Topic Resolution: Resolved
  • Closed
  • Roman Ivanov
    Spectator
    June 20, 2015 at 7:13 pm #18379

    Hello. After updating to alora 2.7.0 I can’t change H2 color in Theme Options.
    I use h2 to create titles in posts.
    Please, give me custom CSS code, to change it.
    h2 {font-size: 30px !important; color:#C62020; line-height: 2; margin-bottom: 10px !important;} don’t working
    Thanks.

    screenshot http://snag.gy/OxdvA.jpg

    Denzel Chia
    Moderator
    Posts: 2656
    June 21, 2015 at 9:28 am #18386

    Hi,

    Please provide me url to that webpage.

    Thanks!
    Denzel

    Roman Ivanov
    Spectator
    Posts: 20
    June 21, 2015 at 8:44 pm #18405
    Denzel Chia
    Moderator
    Posts: 2656
    June 22, 2015 at 3:20 am #18406

    Hi,

    Please try the following
    .entry-title {
    color: #c62020 !important;
    }

    Screenshot http://prntscr.com/7jsyfs

    Thanks!
    Denzel

    Roman Ivanov
    Spectator
    Posts: 20
    June 24, 2015 at 12:40 pm #18474

    Not title of article. H2 title inside article. On your screenshot need to change color of title “Как это работает”

    Thanks for help.

    Imran
    Spectator
    Posts: 402
    June 24, 2015 at 1:05 pm #18475

    Hi there,

    Thanks for writing in, if you wish to achieve that, you can add following code under Appearance > Theme Options > Custom CSS:

    .postid-470 #wrapper #main .post-content h2 {
    font-size: 30px !important;
    color: #C62020;
    line-height: 2;
    margin-bottom: 10px !important;
    }

    Thanks.

    Roman Ivanov
    Spectator
    Posts: 20
    June 24, 2015 at 1:29 pm #18476

    Thank you. All working!

    Imran
    Spectator
    Posts: 402
    June 25, 2015 at 9:48 am #18510

    You’re welcome! 🙂