Font size and color for page / post body

This topic has 7 replies, 4 voices, and was last updated 9 years ago ago by Eva Kemp

  • Avatar: additive01
    additive01
    Participant
    April 4, 2015 at 21:26

    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

    6 Answers
    Avatar: Brian Johnson
    Brian Johnson
    Member
    April 6, 2015 at 08:13

    Hello

    Please povide us with the link to your site.

    Wirh best regards
    Briam Johnson

    Avatar: Eva
    Eva Kemp
    Support staff
    April 6, 2015 at 08:16

    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.

    Avatar: ctrimde
    ctrimde
    Participant
    April 11, 2015 at 18:26

    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:

    http://www.lecity.org

    Avatar: Eva
    Eva Kemp
    Support staff
    April 12, 2015 at 14:44

    Hello,

    Please use this code:

    a {
        color: #91866b !important;
    }

    Regards,
    Eva Kemp.

    Avatar: ctrimde
    ctrimde
    Participant
    April 13, 2015 at 18:07

    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

    Avatar: Eva
    Eva Kemp
    Support staff
    April 14, 2015 at 08:02

    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.

  • Viewing 7 results - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.