Colorway Home Page Intro Area

Discussion in 'ColorWay WordPress Theme' started by irissalmins, Oct 25, 2012.

  1. irissalmins

    irissalmins Member

    Joined:
    Jul 22, 2012
    Messages:
    50
    Likes Received:
    0
    A)Can the Home Page Intro Area have scrolling text?
    B)Can the Home Page Intro Area be deleted if we wanted it to be
    C)Can it have an image placed in it
    D)Can the background color and/or font color be changed in it?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste these code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    A)
    Code:
    .content-info
    {overflow:auto;
    height:400px;}
    B)
    Code:
    .content-info {
    display:none;
    }
    
    C)
    Go to the
    Home page settings > Home page intro and add code given below
    Code:
    <img src="your image address">
    D)
    Code:
    .content-info {
    background: your color value;
    }
    Thanks.
     

Share This Page