Skip to:
Content
Pages
Categories
Search
Top
Bottom

Change title size and color

  • @lusitanoflickan

    Member

    I would like to change things like size and color for my forum titles, but I just cannot seem to figure out where in the CSS to change this. I have been looking in my WordPress style.css and in bbpress.css, but I cannot find it. I tried to add h1.entry-title { color: #900 } to bbpress.css, but nothing happened. I have found how to control this at the rest of the homepage, but not for the forum part…

    Here is the site: http://rodrigo-matos.com

    Could somebody please help me with this? I’m going crazy!

Viewing 6 replies - 1 through 6 (of 6 total)
  • @lusitanoflickan

    Member

    Now my whole forum disappeared… Hold on.

    @lusitanoflickan

    Member

    Now it can be seen again.

    @baldg0at

    Participant

    try adding your styles to a new class on either of those stylesheets…

    .bbp-topic-title a {

    //your styles here

    }

    @lusitanoflickan

    Member

    Sorry, but did not help… Only changed the links of my in the list of topics. It is the title “Forum” on http://rodrigo-matos.com/forums/share/share/ that I am looking to change.

    Does anybody have a clue?

    @baldg0at

    Participant

    Oh Sorry. Looks like this class definition in your style.css file is setting the styles for that.


    .singular .entry-title {
    color: black;
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
    }

    @lisawinklerforum

    Member

    You should have to go to the header.

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.
Skip to toolbar