salsaturation
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Panoramic] Featured Image In Single Posts@yrbell – As you didn’t leave a link to your site I looked at the demo. Try this in you child theme or custom css area
.single-post .post .entry-thumbnail { display: none; }
There may well be a setting for this but I don’t have the theme installed so I don’t know
Forum: Themes and Templates
In reply to: [Canape] Change colour of testimonials headerNo worries
@a31 – sorry I have been away. Did you manage to figure it out?
Forum: Themes and Templates
In reply to: [Canape] Change colour of testimonials headerif you want to change it globally it is
a { color: #ff6600; }
but if you just want to change the footer one then it is
.footer-widget-area a { color: #ff6600; }
Forum: Themes and Templates
In reply to: [Canape] Change colour of testimonials headerTry this in your custom css / child theme
.front-testimonials h2 { color: #ff6600; } .cycle-pager span { color: #ff6600; } a:hover, a:focus, a:active { border-bottom: none; }
Forum: Themes and Templates
In reply to: [Proficient] How to remove background image from page title@editorferl – please give a link to your site as I looked at the demo and can’t see an background image
Forum: Themes and Templates
In reply to: [Canape] Change colour of testimonials header@jimfdowning – please give a link to your site
Forum: Themes and Templates
In reply to: [Sydney] Home Page: Removal of everything below the sliderNo worries…
Forum: Themes and Templates
In reply to: [Sydney] Home Page: Removal of everything below the slider@crmacdonald1 the code definitely works for your site as well… Please check where you are applying the css
Forum: Themes and Templates
In reply to: [Consulting] Remove page header@sergeydi – try this in your child theme / custom css area
.page #intro #intro-core { display: none; }
Forum: Themes and Templates
In reply to: [OnePress] Font color of transparent header menu@amimotion – please give a link to your site
Forum: Themes and Templates
In reply to: [Sydney] Home Page: Removal of everything below the slider@crmacdonald1 as you ddin’t include your site I looked at the demo. Try this in your custom css / child theme
.home #content.page-wrap, .home #sidebar-footer, .home .site-footer { display: none; }
Forum: Themes and Templates
In reply to: [Argent] Blog styling cssIt makes your pages unnecessarily bigger than they should be… might have a speed impact if you have a lot of blog post / pages
@a31 – Is this for a personal project or to submit to the wp org theme repository? If you are happy with using Twenty Seventeen and a child theme why would they recommend a new theme? What you are trying to do is possible using a child theme
Forum: Themes and Templates
In reply to: [Shop Isle] please help me with frontpage sections@supportvedic – Please provide a link to your site