Home Forums WoodMart support forum Text links colors

Text links colors

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #59031

    dan
    Participant

    Hi,

    I would like to know how to change the color of the text links only.
    Currently the text links are changed to my primary color only on hover.

    Thanks!

    #59045

    Hello,

    Please provide screens and page url of text links. What are they? Do you want to change links inside text block of WP Bakery Builder? If so there is the option inside the block http://prntscr.com/jlqk97

    Other text links can be changed by custom CSS.

    Best Regards

    #59051

    dan
    Participant

    Hi,

    Thanks for your replay.

    I would like to automatically all links inside the text to have a specific color.
    Both in text block of visual composer or simple default text editor of WordPress.

    My website is not live yet.

    #59077

    Hello,

    Automatic specific color is possible only via Primary color in Theme Settings. At the same time not all the links will take primary color and you will need customize with CSS.

    Best Regards

    #59127

    dan
    Participant

    Hello,

    I already choose a primary color in theme settings but the text links do not change inside the text blocks in articles/posts, pages etc.. only on hover.

    That’s why i would like a css code to automatically all text links take the color of my primary color.

    #59166

    Hello,

    Please provide page URL and screens which text link to customize so that we could provide you CSS code.

    Best Regards

    #59173

    dan
    Participant

    Hello,

    Please take a look on the links in private content field.
    As said i would like the text links to take the primary color automatically.
    Manually i know how to do it.

    Thanks.

    #59205

    Hello,

    Please add this CSS code to Theme Settings > Custom CSS.

    .wpb_text_column a{
    color:red;
    }

    Please replace “red” with color as per your needs.

    Best Regards

    #59228

    dan
    Participant

    Hello!

    Seems to work!

    Thank you!!

    #59272

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 10 posts - 1 through 10 (of 10 total)

The topic ‘Text links colors’ is closed to new replies.