Visual Composer – Page Settings – Custom CSS setting

This topic has 4 replies, 2 voices, and was last updated 8 years, 10 months ago ago by Jack Richardson

  • Avatar: lindo_web
    Simon
    Participant
    June 9, 2015 at 16:34

    Hi. Not sure if I am doing something wrong or VC doesn’t work.

    In the static block (footer variant 8) I would like to change the CSS. Added following code:

    `a {
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.25s ease 0s;
    }

    a:hover{
    color: #A8A8A8;
    }

    Doesn’t seem to update.

    Thanks.

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 9, 2015 at 17:07

    Hello,

    I’ve added the css code in WP Dashboard > Theme Options > Typography > Custom CSS:

    .footer-list li a {
        color: #FFFFFF !important;
        cursor: pointer !important;
        text-decoration: none !important;
        transition: color 0.25s ease 0s !important;
    }
    .footer-list li a:hover{
        color: #A8A8A8 !important;
    }

    and removed the code from VC editor in Static block.
    Please check your site now.

    Best regards,
    Jack Richardson.

    Avatar: lindo_web
    Simon
    Participant
    June 10, 2015 at 12:54

    Hi Jack, this is great.

    Noticed that I made the mistake of adding the stating block to the ‘pre footer area’ instead of the ‘footer area’.

    G

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 10, 2015 at 13:14

    Hello,

    You are welcome!

    Best regards,
    Jack Richardson.

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

The issue related to '‘Visual Composer – Page Settings – Custom CSS setting’' has been successfully resolved, and the topic is now closed for further responses

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