Before you ask please READ THIS

Cant change "Page-Title" (H1) Font Color

edited June 2013 in Hypershot Posts: 18
I've editted the color in compressed css and regular and no matter what I set it to, it remains black. Any help would be appreciated. I use a black image background color so the page titles are pretty much unviewable.

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    Please read about modifications of theme http://apollo13.eu/docs/hypershot/#!/modification_of_theme and use custom CSS plugin for it. It will be better for it.
    If it won't work be sure to set Permalinks like explained here http://support.apollo13.eu/discussion/comment/3831#Comment_3831

    With regards.
  • Posts: 18
    I installed the plugin but still cant seem to get it changed. its only class 'page.title' not the total H1 (which also changes headlines in blog color). The odd thing is when I edited compressed style sheet it works on the light theme but we are going with the dark theme where for some reason it doesnt display correctly.
  • AirAir
    Posts: 10,970
    Please show me link to your site, I will check what you have created.

    With regards.
  • AirAir
    Posts: 10,970
    Check your CSS please.
    This is what it looks now:

    /*-- Enter your custom CSS below --*/
    .page-title{
    color: #CC0000;
    display: block; /* to remove */
    You forgot about closing }

    With regards.
  • Posts: 18
    Added it and still no go :(
  • AirAir
    Posts: 10,970
    I see:-)

    Use this selector : .info-bar .page-title so all code will look like this

    .info-bar .page-title{
    color: #CC0000;
    display: block; /* to remove */
    }
    With regards.
  • Posts: 18
    resolved, thank you!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion