Page Title

Discussion in 'Real Photography WordPress Theme' started by appleguy, Sep 2, 2015.

Thread Status:
Not open for further replies.
  1. appleguy

    appleguy Guest

    Joined:
    Oct 24, 2014
    Messages:
    63
    Likes Received:
    1
    How do I change the color of the page titled "bedroom" that is currently grey.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Hope your query related to this title (as in screenshot below):
    user.png


    To change the title colour you can use this CSS (code given) below in your Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .page-info h1 {
        color: red !important;
    }
    Note: Change the color as per your interest.

    Hope it will resolve your issue :)

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
    appleguy likes this.
  3. appleguy

    appleguy Guest

    Joined:
    Oct 24, 2014
    Messages:
    63
    Likes Received:
    1
    brilliant!
     
Thread Status:
Not open for further replies.

Share This Page