christomwebdesign
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Take out lines from the list in the home pagehi you can try adding this to your custom css
#pgc-239-2-3 .widget_single_post_widget { border: none; }Forum: Themes and Templates
In reply to: [Anaglyph Lite] Shop Page Not The Sametry
.woocommerce-page #shop-page #page-title { display: none; }Forum: Themes and Templates
In reply to: [Anaglyph Lite] Shop Page Not The SameIf the font settings arent in your theme options, you can try and add this to your custom css to change the product title font size
.woocommerce-page .products li a h2 { font-size: 14px; }Forum: Themes and Templates
In reply to: Hiding text in front pageYes you can use CSS and no it will not have any impact to seo
Forum: Themes and Templates
In reply to: [Sydney] mobile head space too bigHi you can try adding this to your custom css
@media only screen and (max-width: 991px) { .site-header .col-md-4 { display: none !important; } .site-header.fixed { padding: 0 0 10px !important; } }Forum: Themes and Templates
In reply to: [Gateway] Submenu – Mobile versionVisited your website and it is working
Forum: Themes and Templates
In reply to: [Virtue] Virtue Body Background Image Full Widthyou can try adding this to your css
body { background-size: cover !important; }Forum: Themes and Templates
In reply to: [Aldehyde] ColofIf your theme doesnt have the option for site branding.
Try this first, in your css file, find and replace all
#6bd233with#BF1E2Delse heres the specific css
.slider-wrapper .nivoSlider { box-shadow: #BF1E2D 0 4px 0 0 !important; } .slider-wrapper .nivo-caption { border-left: solid 3px #bf1e2d !important; } .slider-wrapper .nivo-caption .slide-title { background: #bf1e2d !important; } .slider-wrapper .nivo-controlNav .active { background: #bf1e2d !important; } a, a:visited { color: #BF1E2D !important; } a:hover, a:visited:hover, a:visited, a:visited:visited { color: #BF1E2D !important; } #secondary h1.widget-title { border-bottom: solid 3px #BF1E2D !important; } #footer-sidebar .footer-column h1.widget-title { color: #BF1E2D !important; } #colophon { border-top: solid 3px #BF1E2D !important; }Forum: Themes and Templates
In reply to: [Singl] how to align social links in center on the windowFirst try
#social-links-wrapper { position: relative; display: inline-block !important; }then for the smaller respensive font
@media only screen and (max-width: 627px){ h1.site-title { font-size: 4em;} }Forum: Themes and Templates
In reply to: [Singl] how to align social links in center on the windowI can help you more if you can post your site URL
Forum: Fixing WordPress
In reply to: Webmaster editIts widgetized, you can try looking in
Appearance > Widgets
Forum: Fixing WordPress
In reply to: Created style.css – now what?First reading this wouldnt hurt
https://codex.wordpress.org/Child_Themes
and heres the css code to get rid of that gray background
.site-branding { background: none !important; }Forum: Themes and Templates
In reply to: [Aldehyde] ColofOr you can post your site URL so we can help you further
Forum: Themes and Templates
In reply to: Responsive menu in Customizr theme is transparentHi you can try adding this to your themes custom css
.nav-collapse.collapse, .no-navbar .nav-collapse { background: rgba(255,255,255,1) !important; }Forum: Themes and Templates
In reply to: [Twenty Eleven] Mobile Version of site looks weirdYou can remove it in the home page text editor