Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1342271
Read More Button Customize
Closed

Comments

  • rakibrohan started the conversation

    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!

  •  2,697
    PenciDesign replied

    Hi,

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

    Best Regards,

    PenciDesign

  •   rakibrohan replied privately
  •  2,697
    PenciDesign replied

    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

  • rakibrohan replied

    Thank you so Much!

  • rakibrohan replied

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

  • rakibrohan replied

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

  •  2,697
    PenciDesign replied

    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

    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!

  •  2,697
    PenciDesign replied

    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 privately
  •  2,697
    PenciDesign replied

    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