Topic Resolution: Resolved
  • Closed
  • Dominik Albrech
    Spectator
    March 30, 2015 at 11:27 am #15905

    Hi,

    I can’t find a function to change the font-size of the content boxes’ title seperately.

    I’ve read your answer to a similar question in the forum That was your answer:
    “use a Custom CSS for example:

    h2.content-box-heading {font-size:20px;}

    modify per your needs ”

    But this Custom CSS doesn’t work either. Is there anything I can do?

    Roman
    Spectator
    Posts: 3147
    March 30, 2015 at 11:30 am #15907

    your website URL please

    Dominik Albrech
    Spectator
    Posts: 43
    March 30, 2015 at 3:47 pm #15913

    I’m testing at the moment at site http://www.domibility.de/blog/test/

    Roman
    Spectator
    Posts: 3147
    March 30, 2015 at 8:37 pm #15922

    the code provided above is for Front page content boxes. you are using content boxes shortcode and the code is as follow:

    #main .columns h2 {font-size:20px;}

    Dominik Albrech
    Spectator
    Posts: 43
    March 30, 2015 at 9:48 pm #15941

    Unfortunately, this doesn’t work either.

    Dominik Albrech
    Spectator
    Posts: 43
    March 30, 2015 at 11:05 pm #15945

    And thnks for the quick answer!

    Roman
    Spectator
    Posts: 3147
    March 31, 2015 at 4:35 pm #15956

    use !important mark:

    #main .columns h2 {font-size:20px!important;}

    Dominik Albrech
    Spectator
    Posts: 43
    March 31, 2015 at 4:50 pm #15966

    Thanks again for your quick answer – it works. Perfect. Thank you so much!