This topic has 23 replies, 2 voices, and was last updated 4 months, 1 weeks ago ago by Luca Rossi
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/
or why doesn’t the xstore have a global one?
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
this code doesn’t work anymore
Hi @coffeedog,
Can you please update the custom CSS code to this?
a {
color: #0d56c9 !important;
}
Let us know how it goes!
Yes, I deactivated it immediately.
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;
}
Hope it helps!
It still stays here https://prnt.sc/BMBNaMXlL2pr hodnocení + vyčistit + sdílejte
Hi @coffeedog,
Where did you add the custom CSS codes?
We couldn’t find it.
Thank you!
xstore child + stylesheet css
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!
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
Hi @coffeedog,
Maybe we misunderstood, so in this screenshot, can you please tell us which part you want the blue color?
Thank you!
in the picture we do not want anything blue, only at the bottom in the description.
more picture
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!
there’s still a problem with social
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!
Again, I don’t have the links in the product description
more : https://coffeedog.cz/produkt/kavovar-bezzera-unica-pid/
Heureka.cz atd.
Hi @coffeedog,
What do you mean? You to remove the blue color from the links in product description?
We can see the links are blue now.
Thanks.
just added, as pictured
you probably still have the cache
Hi @coffeedog,
So you can confirm everything is working fine now?
Thank you!
not working, I don’t have links in the product description blue
Hi @coffeedog,
Please also add this custom CSS:
div#tab-description a {
color: #0d56c9;
}
Hope it helps!
You must be logged in to reply to this topic.Log in/Sign up