Tagged: Featured slider text color
- This topic has 5 replies, 2 voices, and was last updated 4 years, 5 months ago by Skandha.
-
AuthorPosts
-
June 10, 2020 at 10:15 am #249491preshil91Participant
Hi,
Could you guide me to have my text color in featured slider, changed to black?
Also, for visibility of text,the background needs to be white when the mouse hovers over the text.
Website URL : http://madridgulf.com/
Thank you in avance!June 10, 2020 at 11:19 pm #249544SkandhaParticipant@preshil91: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#feature-slider .entry-container, #feature-slider .entry-container .entry-header a { color: #000; } #feature-slider .entry-container:hover { background-color: #fff; }
Let me know if this is what you want!
Kind Regards,
SkandhaJune 12, 2020 at 6:06 am #249765preshil91ParticipantIt works perfectly, thanks a lot!
I would also like to have separate colors for my menu bar and the background below it.
I am only able to change the background color of the page behind all contents (which has been set to green now).Thankyou
June 12, 2020 at 6:46 am #249771SkandhaParticipant@preshil91: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code./* To change the background color of Menu bar */ #page { background-color: #f23456; } /* To change the background color of the page */ .site-navigation, .catchbase-nav-menu .sub-menu a { background-color: red; }
You can change the color according to your choice.
Let me know if this works out!
Kind Regards,
SkandhaJune 17, 2020 at 5:48 am #250339preshil91ParticipantYes it did!
Thanks again Skandha!June 17, 2020 at 6:06 am #250341SkandhaParticipant@preshil91: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/catch-base/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂Kind Regards,
Skandha -
AuthorPosts
- The topic ‘catch base featured slider text and background color’ is closed to new replies.