Page Title & Color

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1478
    rcfa
    Member

    Hi there,

    I am working on my website right now (https://rcfa.utoronto.ca), and I would like to know why the title “Home” is blue, while that of all other pages are white.

    Also, is it possible to hide or change the font size of the titles?

    Thank you so much!

    RCFA

    #1486
    livemesh
    Keymaster

    Unlike the other pages, the home page title is actually a link and hence the styling is not taking effect. It is a bug (noted for fix in updates). Can you insert the following CSS into Custom CSS in the theme options panel and see if that helps –

    #before-content-area h1, #before-content-area h2, #before-content-area h2 a,  #before-content-area h2 a:visited { 
    color: #E0E3E8;
    font-size: 34px;
    line-height: 42px;
    /*display: none; */
    }
    

    Using display: none hides the title. To hide the entire area, use display: none; against the selector #before-content-area instead of its children like titles. Also there is an option in the Header tab for hiding the title area in home page –

    https://docs.google.com/file/d/0B9j6FQo4cSQFaWZlTzhTMk96RFU/edit?usp=drivesdk

    Hope this helps.

    #1584
    rcfa
    Member

    Hi, I tried that, but the title is still there. I guess I will keep the title there. By the way, how do you change the color of the page titles?

    For example, in http://rcfa.utoronto.ca/events/, I would like to make the word “Events” black, but it doesn’t seem to work when I have changed the colors to #000000.

    What should I do?

    Thank you!

    RCFA

    #1589
    livemesh
    Keymaster

    Hi,

    I tried the code in my installation and it works fine. Can you try to do that in custom.css file in the “enigmatic\custom” folder. If it still doesn’t work, then send me a temp login to your site through a private message and I will fix it for you. Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Enigmatic Theme Support’ is closed to new topics and replies.