Reduce a space in the bottom and change color of Homepage Main Heading

Discussion in 'Andrina WordPress Theme' started by pavlen84, Sep 3, 2013.

  1. pavlen84

    pavlen84 New Member

    Joined:
    Sep 24, 2012
    Messages:
    5
    Likes Received:
    0
    Hello,

    Could you please help me to reduce the space on the bottom of the homepage : www.cmmportailpro.fr? There is no extra space on other pages exept the homepage. Why?

    How can i change the color of the Homepage Main Heading and make it bold?

    Thanks,
    Elena
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .bottom-feature {
    overflow: visible;
    }
    .index-info {
    display: run-in;
    }
    .index-info-one, .index-info-two, .index-info-three {
    display: none;
    }
    This will solve your bottom space issue.

    2. Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature-content h1 {
    color: green;
    font-weight: bold;
    }
    This will solve your Homepage Main Heading issue.
     
  3. pavlen84

    pavlen84 New Member

    Joined:
    Sep 24, 2012
    Messages:
    5
    Likes Received:
    0
    thanks a lot. One more question: why the changes that we make to the theme do not appear just after? Why does it take some time to the changes to be active?
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

Share This Page