Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • simonstone Friend
    #198270

    Dear Support,

    I have a question: I want to change the background color of the “Read More…” shown at the frontpage or any other module.

    http://prntscr.com/3nlhru

    How can I do it? Thanks!

    Pankaj Sharma Moderator
    #537018

    <em>@simonstone 429705 wrote:</em><blockquote>Dear Support,
    I have a question: I want to change the background color of the “Read More…” shown at the frontpage or any other module. </blockquote>
    You can Try this
    Add this code in custom.css file

    .btn-primary {
    background-color: #5A72F2;
    border-color: #f05f42;
    }

    Change the the background color and border color values according to the color code you want .
    let me know if it helps

    simonstone Friend
    #537029

    <em>@pankajsharma 429710 wrote:</em><blockquote>You can Try this
    Add this code in custom.css file

    .btn-primary {
    background-color: #5A72F2;
    border-color: #f05f42;
    }

    Change the the background color and border color values according to the color code you want .
    let me know if it helps</blockquote>

    Thanks! It works!

    But I don’t really understand your code. Will it work only with T3 framework? Or it’s universal, I can use the same way to work in different framework?

    Thanks!

    Pankaj Sharma Moderator
    #537030

    No its not for different framwork .
    you can see the css class by inspect element .(using firebug)
    and change the css code in original file .

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Pankaj Sharma 10 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum