christomwebdesign
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Flat Responsive] Customize page sidebar widget areaany url?
Forum: Themes and Templates
In reply to: black bar appearing beneath header imagethat is your website navigation but if you want it removed you can try adding this to your custom css
main-navigation { display: none; }
Forum: Themes and Templates
In reply to: [Powen Lite] change continue reading arrow colorHi, i can help you if you can post your site URL
Forum: Themes and Templates
In reply to: Virtue Sitewide Bannerhi, an easy fix could be
change this
<div id="imageslider" class="container">
to
<div id="imageslider">
then add this to your css
.flexslider { width: 100% !important; margin: 0 auto !important; max-width: 100% !important; } .flexslider .slides img { width: 100% !important; }
if you wanna remove the whitespace up top the slider
.contentclass { padding-top: 0; }
Forum: Themes and Templates
In reply to: [Toivo Lite] How do i change fonts and font size?I can help you more if you post your site URL.
Just to answer your last, almost every theme have the option to add custom css directly in the options page but if you wanna do heavy customization the right way you wanna do it by making a child theme.
Forum: Themes and Templates
In reply to: [SG Double] background and color issuesHi i can help you if you can post your site url
Forum: Themes and Templates
In reply to: [Customizr] Title not showing in browser windowCould you post your site url?
Forum: Themes and Templates
In reply to: [Theme:Preferential Lite] Why is my site not centered?Hi you can try adding this fix to your theme custom css
.home #pref-main-section .container .row .col-md-9 { width: 100%; }
Forum: Themes and Templates
In reply to: [Optimizer] Blocks widgetHi im assuming its the 4 blocks at the 2nd row, try this
.midrow_block { width: 16.66% !important; padding: 4% 1%; }
Forum: Themes and Templates
In reply to: [MesoColumn] MenusIn your dashboard go to Appearances > Menu
Forum: Themes and Templates
In reply to: [Ascent] Changing white background on headerHi if you there is no theme option to change the header background color, you can try adding this to the theme’s custom css
.header-bottom { background: #6D7BA3; }
Forum: Fixing WordPress
In reply to: How to hide custom nav menu tab on store pages only?Hi i can help you more if you can post your site url
Forum: Themes and Templates
In reply to: [Optimizer] Blocks widgetCan you post your site url?
Forum: Themes and Templates
In reply to: Take out lines from the list in the home pagetry this
#panel-239-1-0-0, #panel-239-3-0-0 { border: 0; } #panel-239-1-0-0 .widget-title, #panel-239-3-0-0 .widget-title { padding-top: 15px; border-top: 3px solid #000; margin-bottom: 0; }
Forum: Themes and Templates
In reply to: Intergalactic Child misbehavinghi try
.site-title a { font-size: 0.75em; }