Changing the color of link in Visual Composer

  • Resolved
    Posted in: Boldial WP  

  • Member
    Alkarto
    May 2, 2017 at 10:52 pm #15361

    Hello,

    I have 2 problems with changing the color of my link.

    <u>1) My custom CSS is not respected</u>
    Since I updated the theme, my custom CSS is kind of overridden… Everything is respected except my

    text-decoration: none;

    which is replaced by an underline text anyhow.

    Here is my custom CSS :

    a {
    color: #75a7c0;
    font-weight: bold;
    text-decoration: none;
    }

    a:hover {
    color: #d0a757;
    font-weight: bold;
    text-decoration: underline;
    }

    And here is an example on line : https://www.perruchier.fr/test/

    <u>2) Impossible to change the color of a link contained in a Visual Composer block text</u>
    No matter what I do (custom CSS or creating an extra class), I can’t change the color of a link contained in a VC block text. You can see an example on this page : https://www.perruchier.fr/test/

    The first link is contained in a VC block text ; the second link is not. As you can see, the second link is modified by my custom CSS (well… sort of… cf. problem #1), although the first link is styled by something I don’t know where it comes from.

    What can I do to have all my links follow my custom CSS, even the one which are contained in a VC block text ?

    Thanks in advance,

    • This topic was modified 6 years by  Alkarto.

    Sorry, this forum is for verified users only. Please Login / Register to continue
    or get 6 months support forum access to all forum topics for a reduced price.

Comments are closed.