Circular images on homepage

Discussion in 'BlackBird WordPress Theme' started by rtregoni, Jan 25, 2013.

  1. rtregoni

    rtregoni New Member

    Joined:
    Jan 25, 2013
    Messages:
    2
    Likes Received:
    0
    Hi, just bought this theme and was hoping this is a pretty straightforward Q,

    How do I get rid of/edit the text and cirular images below the image slider on the home page?

    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature-content-inner .circle{
    display:none;
    }
    and also follow the link given below


    This will solve your issue.
     
  3. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Go to the HomePage Settings section in the dashboard and then, paste your content in the Home Page Heading box and upload your images through Home Page Feature Content section.

    Appearance -> Theme options ->HomePage Settings

    for the reference see image given below

    [​IMG]








    this will solve your issue.

    Thanks
     
  4. rtregoni

    rtregoni New Member

    Joined:
    Jan 25, 2013
    Messages:
    2
    Likes Received:
    0
    Thanks guys, that's a great help.

    Ideally I'd like to remove the entire feature section, how would I do this?
     
  5. Nitesh

    Nitesh Support Staff

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

    Code:
    .feature-content .circle-content {
    display: none;
    }
     

Share This Page