Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30337
    zhang0723
    Member

    Hi there,

    First, thanks for creating this excellent theme for us. I love it .

    Just 3 quick questions about this theme:

    1. as above: how can I change the backgroud colour of Homepage Headline Text and subheadline Headline?

    2. How to disable the content showing up on my homepage photo? I use post as homepage photos. And I don’t want people see the content of those posts before clicking in.

    3. How can I change the colour of “<>” on the homepage photo? which uses to control the slide page. How to change the background colour?

    My page : http://www.aaie.com.au.

    Thanks Mate

    #30378
    Sakin
    Keymaster

    @zhang0723: Thanks for your appreciation.

    1. To change the background color of Homepage Headline Text and subheadline Headline. You can change the color code as per your need and add it in “Appearance => Theme Options => Custom CSS” box.

    #homepage-message {
        background-color: #21759B;
        border-color: #1B5F7D;
    }

    2. How to disable the content showing up on my homepage photo? I use post as homepage photos. And I don’t want people see the content of those posts before clicking in.
    — Are you talking about Featured Post slider. Then you can hide the text in the Featured Post slider by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
    #main-slider .entry-container { display: none; }

    3. You can change the color code as per your need and add it in “Appearance => Theme Options => Custom CSS” box.
    #main-slider #slider-nav a { background-color: #21759b; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How can I change the backgroud colour of Homepage Headline Text?’ is closed to new replies.