Can I change the text "featured" into "click here" on Dyad2?
-
I use the Dyad 2 and have 4 blogs “featured” which works well. But I would like to change the text “featured” which shows up in rectangle into another text like “click here”.
Is this possible somehow?The blog I need help with is: (visible only to logged in users)
-
Hi, we can do this with the following custom CSS, but it might be somewhat confusing for visitors who would think that “Click Here” is supposed to be a link, which it would not be.
.site-banner-header .banner-featured { visibility: hidden; font-size: 0 } .site-banner-header .banner-featured:after { visibility: visible !important; content: "Click Here"; color: #fff; padding: 13px 15px; background-color: #d6655a; font-size: 1.3rem; }
- The topic ‘Can I change the text "featured" into "click here" on Dyad2?’ is closed to new replies.