How to get rid of the circles with A B and C on Homepage

Discussion in 'Covera WordPress Theme' started by bellco, Nov 27, 2012.

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

    bellco New Member

    Joined:
    Dec 28, 2011
    Messages:
    11
    Likes Received:
    0
    Hi, does anybody know how to get rid of the A, B and C circles 0 next to Product, Services and News.
    Thank you.
     
  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:
    .main-content .home .de1{
    background-image:none!important;
    }
    .main-content .home .de2{
    background-image:none!important;
    }
    .main-content .home .de3{
    background-image:none!important;
    }
     
  3. bellco

    bellco New Member

    Joined:
    Dec 28, 2011
    Messages:
    11
    Likes Received:
    0
    Thank you, wonderful! There is just one more thing: How to get the writing to the left, so "Products" is lined up with the writing underneath.
     
  4. 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:
    .one_third h2{
    margin-left:-60px;
    }
     
  5. bellco

    bellco New Member

    Joined:
    Dec 28, 2011
    Messages:
    11
    Likes Received:
    0
    Thank you so very much!!!
     
Thread Status:
Not open for further replies.

Share This Page