-
Author
-
August 1, 2017 at 02:37 #169190ahmadfaiz11Participant
Hi…
Please refer my problem here >>> https://www.awesomescreenshot.com/image/2701118/1fbfe739fe7de6bed73759b73f78916f
August 1, 2017 at 02:42 #169192Kieran_SQModeratorHi @ahmadfaiz11,
You can use the below CSS selector to change the color of the top menu. Please add this to either your child theme’s style.css or to quick CSS in Theme Options > General.
.header-color .social-header {background-color: #ce2092 !important;}
Adjust color as needed.
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
August 1, 2017 at 02:48 #169194ahmadfaiz11ParticipantI tried to put in quick css and child theme’s style.css but it not working.
August 1, 2017 at 03:28 #169199Kieran_SQModeratorHi,
Sorry about that, I thought your ticket was in KLEO and not in SweetDate. The correct CSS is below.
.top-links {background: #006ca3 !important;}
Adjust color as needed,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
August 1, 2017 at 03:48 #169200ahmadfaiz11ParticipantHi…
Thanks..
But your code just change background colour… I no need this.
I need to change “email” colour and social colour.
I try to find it where to change, but not found..
August 1, 2017 at 03:59 #169202Kieran_SQModeratorHi,
The title of the ticket stated you wanted to change the color of the top. In the future please provide more information so I may assist more quickly.
Please use the below CSS, adjust the color as needed.
Link – Default state
.top-links a {color: #ffffff !important;}
Link – Hover state
.top-links a:hover {color: #f10056 !important;}
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
-
AuthorPosts
You must be logged in to reply to this topic.