This topic has 7 replies, 4 voices, and was last updated 9 years, 7 months ago ago by Eva Kemp
Hello,
I would like to change the colour of many links on my site to ##007bcc.
Can you help me with the CSS and where to put the new styles please (I’ve selected the custom css to ‘on’ in the theme options and entered CSS in the default.styles.css file through the editor but they don’t seem to be appearing).
– Top left in the header row above the logo
– All footer widgets
– All links in main <p> of body (pages and posts)
Can you help please?
Thanks
Blair
Hello
Please povide us with the link to your site.
Wirh best regards
Briam Johnson
Hello,
Please add this code in custom.css file:
.header-links > li > a, .pluginSkinDark a, .footer_container .textwidget p, a {
color: #007bcc !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
Hello I would like all my links in the posts and product desciptions to have a different colour, how can i change that?- my desired link colour is:#91866b
the link to my site is:
Hello,
Please use this code:
a {
color: #91866b !important;
}
Regards,
Eva Kemp.
Thank you EVA, however I only want the links to be in the POSTS not in the pages…is there a code for that?- Also i did put this into the stylesheet and nothing happend- only when i put it into the Css of the actual POST via VC composer. Is that the better way forward – to just do a template with VC- and a special style sheet for all posts via VC?
Many thanks for your response!
Claudia
Hello,
Unfortunately in this case you have to add the code in CSS block of Visual Composer editor for each post.
Sorry for inconveniences.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up