Solve my Issue

Posted in: Newspaper
Post count: 497

Dear, I want to change the hyperlinks of my product eCommerce page like the ones show in picture. Please provide me the code to do so. Right now it is showing the default accent color, but I want to change it to the color and size that show in picture. Please take a look of picture:

https://ibb.co/nEr2RU

Have a look at the product page:

https://www.pakdefense.com/shop/3d-lapel-pins/markhor-defense-extended-premium-collectors-pack/

Post count: 22421

Sorry but the theme does not have an optio nto chage the links inside woocommerce product description separately.
You can try to use this custom css code in the the theme panel under the custom code section:

.single-product .td-ss-main-content a{
text-transform:Uppercase;
color:#14867a;
font-weight:bold;
}

Thank you!

Post count: 497

Dear, the code works well. Can we make the hyperlinks to 18px? If then the please help me

Post count: 23312

Hi,

You should add this property (font-size:18px;) inside the above code like this ->

.single-product .td-ss-main-content a{
text-transform:Uppercase;
color:#14867a;
font-weight:bold;
font-size:18px;
}

Thanks.

Post count: 497

Dear, the code works well, but it has also changed the tags on the product page. Help me to correct this…

Post count: 497

Please look at the below pic in order to get more info on the problem:

https://ibb.co/cWwpvp

Post count: 23312

Hello,

Remove the code below and use the following one which has a more restrictive class.

.wc-tabs-wrapper a{
font-size:18px!important;
}

Hope this helps!

Thanks.

Post count: 497

which part do I have to remove? the complete previous code you have provided?

Post count: 23312

Hello pakdefense,

Please check here -> https://www.screencast.com/t/Mmo8lZJNag

Thanks for the message!

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.