Tagged: featured slider
- This topic has 8 replies, 4 voices, and was last updated 7 years, 9 months ago by Sakin.
-
AuthorPosts
-
March 11, 2013 at 5:35 am #4943RoboMember
Hello – Ive tried 6-8 different themes and Ive finally selected Catch Box – it’s awesome!
Question: on the featured slider, is there a way to change the default background color of the slider area? Right now it is a dark grey. It would be great if I could set that to whatever background color I want.
Also, as a bonus, I am wondering if there is a way to disable the post ID and Description from appearing in the Slider? I am using graphics in the slider and it would be cleaner if I could suppress showing that ID and Description.
THANKS for your awesome theme! Keep up the great stuff!
Rob
March 11, 2013 at 5:44 am #4944RoboMemberSorry to be a pain – my question on changing background color on Featured Slider also applies to the Menu color too. Would love to be able to change Menu background color too. Thanks!!
March 11, 2013 at 10:18 am #4958SakinKeymasterFor the Featured slide background color. add the following CSS in “Custom CSS” box in your Theme Options panel. Change the color code as per your need.
#slider { background-color: #555; border-bottom: 2px solid #ccc; }
To remove the text in the slider add the following css
#slider-wrap .featured-text { display: none; }
For menu background Color add the following css in “Custom CSS” box. But for menu you need to add a lot of css for hover and active and all. So, I suggest you not to change it.
#branding #access { background: none #585858; }
March 11, 2013 at 5:42 pm #4967RoboMemberThanks so much!! I will try later on and post back if it does not work. I assume it will work – all your other tricks always work – thanks!
March 13, 2013 at 11:06 am #5082RoboMemberAs usual, your advice was perfect. thanks! Worked like a charm.
September 6, 2013 at 6:33 am #14190SarahMemberHello Sakin,
I would like to do the same thing but in Catch Everest. I tried the code you listed above but it didn’t work. Is there different code for Everest.
Thanks for your help,
SarahSeptember 6, 2013 at 2:37 pm #14192SakinKeymaster@Sarah: Can you send me your site URL and what do you mean by same thing. Please explain.
From next time, please create new question in Catch Everest forum .
February 15, 2017 at 8:36 pm #109828real_makkoyParticipantHello,
My featured post slider is set to fade. The background color when it fades is grey. How do I change it to black while it is transitioning so it is a cleaner transition. My website is http://www.makkoy.comFebruary 16, 2017 at 8:09 am #109879SakinKeymaster@real_makkoy: That is Fade effect with change all elements in slider. But you can try adding in solid background in slider background by adding the following css in “Appearance => Additional CSS”
#main-slider { background-color: #000; }
-
AuthorPosts
- The topic ‘Change background color of Featured Slider’ is closed to new replies.