• Hi guys,

    Please help me here, I need to do the following with the front page of http://avoenglish.com/ You will notice that all the read more icons and get $5 trial are blue. I need to make them green like the logo.

    Also you will see that i have to add a full stop in the text box just above the “Read More” Icon, I would like to completely Eliminate this text box so that you only see the pic and text. How do i do this?

    I also need to eliminate the text at the top AVO Online English School including the block it is in.How do I do this?

    Many Many Thanks
    Luke

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey Luke !

    Happy new year !

    ok let’s solve the problems 1 by 1 :

    – For the buttons color please add the following to your style.css file by going to dashboard -> appearence -> editor -> style.css

    .themebutton, button, html input[type="button"], input[type="reset"], input[type="submit"] {
       background: #39B54A;
    }

    – For the full stop problem

    .iconmain h3+p {
       display: none;
    }

    – text at the top problem

    .custom-header {
       display:none;
    }

    Let me know how it goes 🙂

    CHeers !

    Thread Starter pampoenluke

    (@pampoenluke)

    Dude your a genius! Thanks a million!….I forgot to add that I also need the hover color and the little bits of blue to be green on “Our Teachers” “Contact Us” and “About Us”.

    sure here you go

    #header .header-links > ul > li a:hover, #header-sticky .header-links > ul > li a:hover {
        background: #39B54A;
    }

    How is it now?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Need Help Customizing theme’ is closed to new replies.