Skip to content
Public Ticket #603

Read More Button Customize

Conversation thread

PenciDesign replied

Staff Reply

Hi,

To do that, please add more this code to Customize > Custom CSS:

\
.penci-readmore-btn i, .penci-featured-cat-seemore i{ display: none; }

Best Regards,

PenciDesign

PenciDesign replied

Staff Reply

Hi,

You can do that but every link on your site will have underline - That will make your site is nightmare for readers. I really don't recommend you do that.

If you still want to do that, let's add more this code to Customize > Custom CSS:

\
a{ text-decoration: underline !important; }

Best Regards,

PenciDesign

rakibrohan replied

Customer Reply

Is it Possible to do it Automatically? I mean when I add any link on My Site It Automatically shows the Underline in Under the link

\

Thank you
For your Support!

PenciDesign replied

Staff Reply

Hi,

To do that, you need to add inline stylesheet for your elements.

Example like this:

\
<a href="your-link-here" style="text-decoration: underline;">Click Here To See</a>

For links.

And

\
<img src="your-image-url" style="text-decoration: underline;" />

For images.

If you do that in the editor, you can click to Text tab and write HTML like above.

Best Regards,

PenciDesign

rakibrohan replied

Customer Reply

How Can I Underline my text or Umage Link Like this Image and Link

rakibrohan replied

Customer Reply

Also Can you Tell Me How Can I Underline my text or Umage Link. Like this

rakibrohan replied

Customer Reply

Thank you so Much!

PenciDesign replied

Staff Reply

Hi,

Please add more this code to Customize > Custom CSS to do that:

\
.penci-readmore-btn a, .penci-featured-cat-seemore a{ color: #fff; background: #000; padding: 6px 12px; font-size: 16px; }

Best Regards,

PenciDesign

PenciDesign replied

Staff Reply

Hi,

Can you show me your site url to I can take it a look?

Best Regards,

PenciDesign

rakibrohan started the conversation

Conversation Start

Hello I want to Change my Read more Link. I want to setup this like a Button. How can i do that. Please Look this Screen shoot I want to Make Read more like this screen shoot!

Want to join this conversation or access attachments? Sign in first.