Get Professional Customization for any Website!
Contact us here for a free quote.

Okay
  Public Ticket #1168624
Buttons/Configuration
Closed

Comments

  • Albert started the conversation

    Hi,

    I would like to know if there is any way I can change the "Read More" button to make it more visible, as I can barely visualize it and I would like for my web-visitors to make it easier/quicker to find (from a purely visual point of view).


    Thank you. 

  •  184
    George replied

    Hi Albert,

    If you want to make the "read more" button more visible, you have to add a custom CSS code. Go to ZenBlog -> General Settings, paste the next code to Custom CSS field and save changes.

    .more-link{
      color: #000000;
      border: 1px solid #000000;
    }
    

    Also, you can add background color for the button, with this code:

    .more-link{
      color: #ffffff;
      border:1px solid #000000;
      background: #000000;
    }
    .more-link:hover {
      background: none;
    }
    

    Hope this helps.

    Best regards,

    George

  • Albert replied

    Thank you very much for the information! With such a customer services I'm really happy I decided to buy your theme!

    Have a lovely week!

    Best,

    Albert

  •  184
    George replied

    You are welcome!

    Have a great week to you too!

    Best regards,

    George