Topic Resolution: Resolved
  • Closed
  • ANGELO
    Spectator
    August 7, 2015 at 6:49 pm #19813

    Hi
    how I can change color and font in Content Box Title?
    Merci

    Denzel Chia
    Moderator
    Posts: 2656
    August 8, 2015 at 9:25 am #19817

    Hi,

    Please post your website url. We will try to provide you with a Custom CSS solution.

    Thanks!

    ANGELO
    Spectator
    Posts: 10
    August 9, 2015 at 8:18 am #19831
    ANGELO
    Spectator
    Posts: 10
    August 9, 2015 at 8:39 am #19832

    Hi Denzel,

    sorry! I also add an image in the header, is it possible to delete the grey line on top?

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    August 9, 2015 at 3:40 pm #19839

    Hi,

    Please try out the following in Theme Options -> Custom CSS

    .header {
    border-top: medium none !important;
    }
    .content-box h2 {
    color: #fabf0f !important;
    }

    Sorry, can only change the content box title color and remove the top grey line.

    Cannot change the font, because it needs to load the google font by adding another Theme Option settings to do so, if you need this customization you can contact us via our service page. https://theme4press.com/services/

    Thanks!