-
Author
-
April 23, 2015 at 05:01 #55793nickzeeParticipant
Please add an option to the Theme Option for the Top Menu, aka Social Header, to change Font size, font color, and background color.
Thank you
April 23, 2015 at 15:38 #55876sharmstrModeratorPlease put your requests in the feature request topic. It gives the devs a single place to see what people want.
In the meantime you can do that easily with css
COPY CODE#top-social i, .ts-text { color: red; font-size: 20px; } #top-social { background-color: black; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
April 23, 2015 at 21:43 #55965tmh23ParticipantI put this in the special CSS section and it works but only a portion of the top bar changes background color. How do you make the entire top bar change?
Troy
Attachments:
You must be logged in to view attached files.April 23, 2015 at 22:17 #55968sharmstrModeratorIt only changes a section because the original poster asked for the social part.
Change #top-social to .social-header.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
April 23, 2015 at 23:08 #55980nickzeeParticipantActually, I meant the entire thing. I don’t have need to change just one section of the Top Bar, but the entire thing.
What is the official name of this section? The section containing the social and navigation elements together. It goes from the far left side of the screen to the far right and is at the very top. Is there a single name like “Top Bar” or something?
April 23, 2015 at 23:32 #55985tmh23Participanthuh… changing to .social-header doesn’t seem to have any effect.
April 24, 2015 at 01:42 #55993sharmstrModeratorPut important on it.
COPY CODE.social-header { background-color: black !important; }
@nickzee: The top bar includes The Social Links and the Top Menu.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
April 24, 2015 at 03:51 #56008tmh23ParticipantThat works perfectly!
Thank you…. great support for this theme!!
May 4, 2015 at 08:41 #57158nickzeeParticipantThis fine for the background color. What about the font color?
Currently the color is set to….
COPY CODE.header-color .top-menu li > a, .header-color #top-social li a { color: rgba(15,44,102, 0.5); }
I have the Styling >> Header >> Link color >> set to #0f2c66 but the top bar is adding 0.5 opacity to the color which makes it look #6699CC (ie; rgba(15,44,102, 0.5)).
… and I do not see any way to change it. I need to change all of the text in the top bar to be a darker color.
I used this for the font size.
COPY CODE.top-bar { font-size: 14px; }
May 4, 2015 at 17:01 #57216sharmstrModeratorPut important on it
COPY CODE.header-color .top-menu li > a, .header-color #top-social li a { color: rgba(102,153,204, 1) !important; }
or
COPY CODE.header-color .top-menu li > a, .header-color #top-social li a { color: #6699cc !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.