I need all links on the site to be blue – by coffeedog

This topic has 23 replies, 2 voices, and was last updated 2 months, 3 weeks ago ago by Luca Rossi

  • Avatar: coffeedog
    coffeedog
    Participant
    July 7, 2024 at 11:31

    we solved this problem:

    more info :
    https://ibb.co/9bMBDq8

    https://coffeedog.cz/kategorie/kava/

    Hello, coffeedog,

    I hope this message finds you well. Please add the following custom CSS to the style.css file of the child theme

    a {
    color: #0d56c9;
    }

    but unfortunately it’s not working as it should. : https://ibb.co/0CRycxg

    I need the links to be blue in the section

    product – https://coffeedog.cz/produkt/brazilie-cooxupe/
    block – https://coffeedog.cz/kdy-nejpozdeji-pit-kavu-jak-ovlivnuje-kava-vecerni-spanek/
    kategorie – https://coffeedog.cz/kategorie/kava/

    22 Answers
    Avatar: coffeedog
    coffeedog
    Participant
    July 7, 2024 at 21:53

    or why doesn’t the xstore have a global one?

    Avatar: Justin
    Luca Rossi
    Support staff
    July 8, 2024 at 07:54

    Dear @coffeedog,

    Thank you for reaching out to us.

    Currently, our platform does not support the functionality to set a global color for links, as each demo possesses a unique main color which could potentially conflict with a global setting.

    However, you can achieve your desired result by implementing the following custom CSS code. Please navigate to XStore > Theme Options > Theme Custom CSS > Global CSS, and insert:

    
    a {
        color: #0d56c9;
    }
    

    We hope this solution meets your needs. Should you have any further questions or require additional assistance, please do not hesitate to contact us.

    Best Regards,
    The 8Theme Team

    Avatar: coffeedog
    coffeedog
    Participant
    July 8, 2024 at 09:10

    this code doesn’t work anymore

    https://ibb.co/0CRycxg

    Avatar: Justin
    Luca Rossi
    Support staff
    July 8, 2024 at 09:59

    Hi @coffeedog,

    Can you please update the custom CSS code to this?

    
    a {
        color: #0d56c9 !important;
    }
    

    Let us know how it goes!

    Avatar: coffeedog
    coffeedog
    Participant
    July 8, 2024 at 11:30

    Yes, I deactivated it immediately.

    https://ibb.co/QpK7jqB

    Avatar: Justin
    Luca Rossi
    Support staff
    July 8, 2024 at 11:57

    Hi @coffeedog,

    Please try with this custom CSS instead:

    
    .woocommerce-product-rating a,
    a.reset_variations,
    .category-description a, 
    .page-description a, 
    .term-description a,
    .content-article.entry-content a,
    .et-follow-buttons a,
    .single-product-socials a {
        color: #0d56c9;
    }
    

    https://prnt.sc/BMBNaMXlL2pr

    https://prnt.sc/FyAI40s84QNY

    Hope it helps!

    Avatar: coffeedog
    coffeedog
    Participant
    July 8, 2024 at 14:34

    It still stays here https://prnt.sc/BMBNaMXlL2pr hodnocení + vyčistit + sdílejte

    Avatar: Justin
    Luca Rossi
    Support staff
    July 8, 2024 at 14:59

    Hi @coffeedog,

    Where did you add the custom CSS codes?

    We couldn’t find it.

    Thank you!

    Avatar: coffeedog
    coffeedog
    Participant
    July 8, 2024 at 15:28

    xstore child + stylesheet css

    Avatar: Justin
    Luca Rossi
    Support staff
    July 9, 2024 at 05:26

    Hi @coffeedog,

    We couldn’t see our custom CSS codes in this stylesheet file: https://coffeedog.cz/wp-content/themes/xstore-child/style.css?ver=1.0.

    Could you please double check again?

    Thank you!

    Avatar: coffeedog
    coffeedog
    Participant
    July 9, 2024 at 13:04

    ok I added the code back, you can take a look

    take a look at this page https://coffeedog.cz/produkt/brazilie-cooxupe/

    it is wrong to evaluate and share and also to clean up

    Avatar: Justin
    Luca Rossi
    Support staff
    July 9, 2024 at 13:24

    Hi @coffeedog,

    Maybe we misunderstood, so in this screenshot, can you please tell us which part you want the blue color?

    https://prnt.sc/6iwNaE6AH0dp

    Thank you!

    Avatar: coffeedog
    coffeedog
    Participant
    July 9, 2024 at 20:56

    in the picture we do not want anything blue, only at the bottom in the description.

    more picture

    https://prnt.sc/s6ApgJhEc-Oo

    Avatar: Justin
    Luca Rossi
    Support staff
    July 10, 2024 at 05:48

    Hi @coffeedog,

    In this case, please remove the previous custom CSS codes.

    And add this custom CSS codes instead:

    
    .category-description a, 
    .page-description a, 
    .term-description a,
    .content-article.entry-content a,
    .et-follow-buttons a {
        color: #0d56c9;
    }
    

    Let us know how it goes!

    Avatar: coffeedog
    coffeedog
    Participant
    July 10, 2024 at 10:53

    there’s still a problem with social

    https://prnt.sc/6TgXDfONR9n8

    Avatar: Justin
    Luca Rossi
    Support staff
    July 10, 2024 at 10:58

    Hi @coffeedog,

    The correct custom CSS here:

    
    .category-description a, 
    .page-description a, 
    .term-description a,
    .content-article.entry-content a {
        color: #0d56c9;
    }
    

    Hope it helps!

    Avatar: coffeedog
    coffeedog
    Participant
    July 10, 2024 at 11:40

    Again, I don’t have the links in the product description

    more : https://coffeedog.cz/produkt/kavovar-bezzera-unica-pid/

    Heureka.cz atd.

    Avatar: Justin
    Luca Rossi
    Support staff
    July 10, 2024 at 11:54

    Hi @coffeedog,

    What do you mean? You to remove the blue color from the links in product description?

    https://prnt.sc/-7Ye0-REXiDc

    We can see the links are blue now.

    Thanks.

    Avatar: coffeedog
    coffeedog
    Participant
    July 10, 2024 at 15:00

    just added, as pictured

    you probably still have the cache

    Avatar: Justin
    Luca Rossi
    Support staff
    July 10, 2024 at 15:01

    Hi @coffeedog,

    So you can confirm everything is working fine now?

    Thank you!

    Avatar: coffeedog
    coffeedog
    Participant
    July 10, 2024 at 18:26

    not working, I don’t have links in the product description blue

    https://prnt.sc/-7Ye0-REXiDc

    Avatar: Justin
    Luca Rossi
    Support staff
    July 11, 2024 at 06:04

    Hi @coffeedog,

    Please also add this custom CSS:

    div#tab-description a {
        color: #0d56c9;
    }

    Hope it helps!

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

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

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