Bookmark - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Bookmark

PM

paulo jorge da silva marques

Template 2 years ago

In the template newsberg who i remove te Bookmark in the articles? And remove in slides?

0
4 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #96489

Hi there!

Thanks for your query.

From where do you want to remove actually? The following code in the custom CSS will remove the bookmark icon from these spaces: https://prnt.sc/pjm10a0cevAW

.article-spbookmark {
    display: none;
}

Note: Path towards custom CSS(Joomla 4): System>Site Templates Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

https://prnt.sc/5mBuSRh907N3

https://prnt.sc/ooiq-lkMEXr_

https://prnt.sc/nunlX-f5AhK1

Best Regards

0
PM
paulo jorge da silva marques
Accepted Answer
2 years ago #96511

And remove in slides?

0
PM
paulo jorge da silva marques
Accepted Answer
2 years ago #96512

And remove in slides?

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #96550

Here is the code for the slider:

.slider-spbookmark-wrap .article-spbookmark, .slider-spbookmark-wrap .bookmark-text{
    display:none;
}

Best Regards

0