I want to make it Prominent!

Posted in: Newspaper
Post count: 497

I want to make these links Prominent in my WooCommerce products Page. Please provide me the CSS code to make these links prominent and bold like the hyperlinks of my age or accent color of my theme.

https://ibb.co/c82pnNb

Please visit my product page for hyperlinks:

https://www.pakdefense.com/shop/3d-lapel-pins/markhor-matt-golden-3d-lapel-pin/

Regards…

Post count: 20688

Hi,

It can be done, I can make them as the links in the post content if that is what you want
https://www.screencast.com/t/aJqouPw65
This is the code for it, it will apply only for single products pages, you can modify it if needed

.single-product .entry-crumbs{
font-size: 18px;
color: #339990;
font-weight: bold;
}
.single-product .entry-crumbs .td-bread-sep {
font-size: 12px;
}

Thanks

Post count: 497

Dear, it looks fine, but I want to color all the links simultaneously. Not only the highlighted one. Can it be possible?

Post count: 23312

Hi,

Use the code below and place it in Theme panel -> Custom CSS area.

.single-product .entry-crumbs a, .single-product .entry-crumbs{
font-size: 18px;
color: #339990;
font-weight: bold;
}
.single-product .entry-crumbs .td-bread-sep {
font-size: 12px;
}

Thanks for the message!

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