Wallbreaker
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Trope] blog title taking up too many linesHello, jodi123.
Please add following code into the custom.css:
.entry-title {width:67%}Reagrds,
WallbreakerForum: Themes and Templates
In reply to: Add column /sidebar to layoutHello.
Please select this option and write here. I will provide you with few lines of css which you may add to the shild-theme style.css or please take a look at
.two-columnselector in original theme style.css files and try to change width propery for it.Regards,
WallbreakerForum: Themes and Templates
In reply to: [Sela] Change color of some elementsHello
Please check following lines in style.css:
.site-footer {
background-color: #4fd4a1;. “}” is missing. We all do this creepy things. And 1 god damned { can make whole code not working. Good luck and don’t hesitate to ask about debug))
Regads
WallbreakerForum: Themes and Templates
In reply to: [Sela] Change color of some elementsYou may open your site Opera or Chrome and use right click on mouse to inspect every sigle element you would like to customize with developer tools and select the proper <div> name to get your color. Please take a look at this screenshot:http://prntscr.com/8r7x64
Regards,
WallbreakerForum: Themes and Templates
In reply to: [Sela] Change color of some elementsPlease check this code in style.css for the child theme:
.site-title a{color:green} .site-description{color:orange} .footer-widget-area .widget-title{color:green}Regards,
WallbreakerForum: Themes and Templates
In reply to: [Sela] Change color of some elementsHello, Asakasan
Please provide me with the link to your site for better understanding.
Regards,
WallbreakerForum: Themes and Templates
In reply to: [Ascent] How do I get rid of the BORDERS around all my images?Hello
Please provide me with the link to your site and describe how do you think your images should look. Maybe show an example. We may try to solve it via css.
Regards,
WallbreakerForum: Themes and Templates
In reply to: Broken Themes – VirtueHello
Please try to check if the name of theme and other fields in style.css correspond to the simillar fields in your style.css for Child Theme. Please check following example.
Child theme:/* Theme Name: Jackal Child Theme URI: http://parenttheme.com/ Description: WooPress Child Theme Author: 8theme Author URI: http://Jackal.com Template: Jackal Version: 0.0.1 Text Domain: Jackal-child*/Parent theme:
/* Theme Name: Jackal - Jackalcorporation WordPress theme Theme URI: http://parenttheme.com/ Author: Jackal Author URI: http://someforest.net/user/jackal Description: SomeForest Premium Theme Version: 9.9 License: GNU General Public License version 3.0 License URI: http://www.gnu.org/licenses/gpl-3.0.html */Regards,
WallbreakerForum: Themes and Templates
In reply to: [Inkblot] Change Home in menu bar to something elseHello
Please open admin panel and check dashboard->appearance->menu and remove unnecessary elements there.Another way to remove it completely is to hide it with css :
.menu ul li:first-child{display:none};
You may add it into the style.css within Child theme or paste it into the custom.css.Regards,
WallbreakerForum: Themes and Templates
In reply to: How to change font type and size on sidebar menuYou are welcome.
Regards,
WallbreakerForum: Fixing WordPress
In reply to: file uploading problemThank you Andrew.
Regards,
WallbreakerForum: Themes and Templates
In reply to: [Charitas Lite] Top Header Search Not WorkingYou are welcome!
Regards,
WallbreakerForum: Themes and Templates
In reply to: [Dustland Express] How can I make the side bar smaller?Would you mind to provide me with the link to your site.
Regards,
WallbreakerForum: Themes and Templates
In reply to: [Charitas Lite] Top Header Search Not WorkingHello
Thank you for noticing this minor css bug. Certainly, this will be fixed in next theme update.
Please try to add following code into the style.css of the Child Theme or custom.css in theme-options-custom.css:
#sticky_navigation{z-index:4000!important}
It will completely fix the issue.Regards,
WallbreakerForum: Themes and Templates
In reply to: [Barista] sidebar problemPlease try these lines again with an !important tag.
#container {
display: table !important}
.site-content {
width: width: 635px !important;}
You may check this screenshot http://prntscr.com/8qsax8
Regards
Wallbreaker