[Resolved] Broadcast Site- Colour and Place of the Read more BUtton

Home Forums Support [Resolved] Broadcast Site- Colour and Place of the Read more BUtton

Home Forums Support Broadcast Site- Colour and Place of the Read more BUtton

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1218116
    Marcel

    Hi guys,

    i am very happy with your theme and the broadcast example.
    Now i wanted to personalize this site, but i dont find the solution for my problems.

    1. Where can i change the colour of the read more button? (i would like purple)
    2. How can i change the place of the read more button? If possible, i would prefer that the button is always on the bottom of the blog article.

    Thanks for your help.

    Best regards
    Marcel

    #1218418
    David
    Staff
    Customer Support

    Hi there,

    1. in Customizer > Colors > Buttons you can change the background and text colors.
    1.1 The border is added using this CSS in Customizer > Additional CSS:

    button, html input[type=button], input[type=reset], input[type=submit], a.button, a.button:visited {
        border-width: 1px;
        border-style: solid;
        border-color: inherit;
        border-radius:3px
    }

    You can delete this if you want to remove the border.

    2. Try adding this CSS:

    .read-more-button-container {
        margin-top: auto;
    }
    #1218591
    Marcel

    Thanks, that solution is perfect.

    Thank you very much:)

    #1218600
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.