How can put link in red - by Carmen - on WordPress WooCommerce support

This topic has 15 replies, 4 voices, and was last updated 3 years, 11 months ago ago by Olga Barlow

  • Avatar: Tecnica PC
    Carmen
    Participant
    May 11, 2020 at 13:08

    Hi can put link in red color https://prnt.sc/seo6ly

    14 Answers
    Avatar: Tecnica PC
    Carmen
    Participant
    May 11, 2020 at 13:09

    how to put text with link in red

    Avatar: John Holden
    John Holden
    Support staff
    May 12, 2020 at 06:26

    Hi,

    Please send me specific url

    Regards,
    Hung PD

    Avatar: Tecnica PC
    Carmen
    Participant
    May 12, 2020 at 07:03

    I all my page i have text with, check this post https://konstrumat.com/ja-ouviu-falar-de-sanitas-rimflush

    the linked texts should come in red, how can do that?

    Avatar: Tecnica PC
    Carmen
    Participant
    May 12, 2020 at 16:15

    I’m still waiting for some feedback

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 13, 2020 at 07:38

    Hello,

    You can change Main Color in Theme Options > Styling
    or add the next code in Theme Options > Theme Custom CSS > Global custom CSS

    p a {
        color: red; 
    } 

    Regards

    Avatar: Tecnica PC
    Carmen
    Participant
    May 16, 2020 at 10:29

    Hi Rose

    Dont work, this code change color of all link in site.

    I want Change link colors in blog for red only.

    In this post https://konstrumat.com/novo-lavatorio-new-wccare i have text linked do instagram and facebook but apper in black, i want change to red.

    I can’t find that option in the theme

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 16, 2020 at 10:34

    Hello,

    In this case, use the next code

    .single-post p a {
        color: red;
    }

    Regards

    Avatar: Tecnica PC
    Carmen
    Participant
    May 16, 2020 at 11:19

    Hi Rose

    its work for blog thank.

    For page how can do?

    I have this page https://konstrumat.com/ambientes with links https://prnt.sc/shup30

    it is not possible to change using the theme options?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 16, 2020 at 13:26

    Hi,

    You need to use custom CSS code, the color should be changed on this page only or on all pages?

    Regards

    Avatar: Tecnica PC
    Carmen
    Participant
    May 18, 2020 at 07:35

    all page with text with link less product pages

    Avatar: John Holden
    John Holden
    Support staff
    May 18, 2020 at 08:57

    Hi,

    Use below code

    .content-page a {
        color: red;
    }

    Regards,
    Hung PD

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 18, 2020 at 09:05

    Hi,

    Change the previous code to

    .page p a {
        color: red !important;
    }

    Regards

    Avatar: Tecnica PC
    Carmen
    Participant
    May 19, 2020 at 13:47
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 19, 2020 at 18:11

    Hello,

    I have updated code to

     .page p a, .content-article a {
        color: #c62828 !important;
    }

    Check now.

    Regards

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

The issue related to '‘How can put link in red’' 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.