Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1034926

    I don’t see any place in advanced styling to modify the Read More Buttons for posts. Can you please provide the proper Quick CSS
    I would like to be able to change the back ground color, Font color and font size

    thanks !

    #1035062

    Hey webworm72,

    Please try the following in Quick CSS under Enfold->General Styling:

    .read-more-link {
      background-color: red;
      color: green;
      font-size:12px;
    }

    Best regards,
    Rikard

    #1035341

    Hi Rikard

    thanks for the help
    I used your code and it just makes the whole bottom section one color, and no text is visible because it’s still green,see page below where I am using it for

    below is what I have inserted right now. the only change I made was I used the color code for the clients color scheme , when I used your code it was red with green font,

    .read-more-link {
    background-color: #66bc29;
    color: white;
    font-size:12px;
    }

    #1035428

    never mind I dug through the forum and found the right code
    .main_color .more-link {
    color: red !important;
    font-size: 20px;
    }
    .main_color .more-link {
    color: white !important;
    background: #66bc29 !important;
    }

    #1035775

    Hi webworm72,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1092998

    you can close this ticket

    #1093076

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Modify Read More Buttoms for posts and category page’ is closed to new replies.