Skip to:
Content
Pages
Categories
Search
Top
Bottom

Page Title Font Color


  • discdemo
    Participant

    @discdemo

    Just a quick help call for changing the page title font color in bp default theme, child theme in place. thanks!

    jz

Viewing 3 replies - 1 through 3 (of 3 total)

  • @mercime
    Keymaster

    @mercime

    <h2 class="pagetitle"><?php the_title(); ?></h2>

    @discdemo
    so add this to your child theme’s stylesheet
    h2.pagetitle {
    color: #000066;
    }
    Adjust color to taste.


    discdemo
    Participant

    @discdemo

    ty kindly, merci! you are a always a blessing.
    jz


    discdemo
    Participant

    @discdemo

    Oh…while I’m at this, I came up with another question, related:

    Is there any option/strategy you know of that would allow me to use an image in place of the page title text? In other words, I’m wondering how I might use images for my page titles, just for aesthetics. Probably a stretch, but figured I’d inquire.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page Title Font Color’ is closed to new replies.
Skip to toolbar