badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

BLUE BANNER and button ON HOME PAGE: CHANGE COLOR AND FONT

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #28211
    a.dewilliencourt
    Participant

    hi
    I am a beginner, thank you for this forum which helps me, but some questions remain with our answers…..
    1- BLUE BANNER
    My main colors are grey and orange
    I want to change the color of the blue wide banner on home page
    and change the font of the slogan- how can I do?

    2- FONT OF HEADERS
    I change font of headers by pasting
    h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: “gothic century”, sans-serif;
    color: #ff9900;
    it works but not totally:
    -color didn’t change
    -the font changes only on home page but not in pages inside

    3- MAIN MENU
    I want it grey and orange (replace blue of the template by orange)
    I pasted this code
    a,
    #access a,
    #access ul li ul li a,
    #access ul li.current-menu-item ul li a,
    #access ul li ul li.current-menu-item a,
    #access ul li.current_page_ancestor ul li a,
    #access ul li.current-menu-ancestor ul li a,
    #access ul li.current_page_item ul li a,
    .widget ul li a {
    color: #ff9900;
    }
    but the menu is now totally orange
    How can I keep the grey (as shown in the template)

    4-CHANGE FONT SIZE of text
    I pasted
    body, input, textarea {
    font-size: 13px;
    }
    but do not change anything

    Mu URL is agnesdew.com
    thank you f-very much for your help
    Agnes

    #28218

    Hi Agnes,

    Sorry! You have to upgrade it to pro version fro the typography feature otherwise you have to edit the style.css file by creating child theme. To create a child theme just follow this instruction. What you do is just open the style.css and search PT Sans",sans-serif for font-family and search #05a9c5 for color and change the font-family as well as color accordingly to your choice.

    Thank you!

    #28286
    a.dewilliencourt
    Participant

    ok thank you very much
    and could you just tell me about the principal menu
    I want to keep 2 colors
    what is wrong in the code I pasted (color: #ff9900 is orange)?
    where should I indicate the grey color
    a,
    #access a,
    #access ul li ul li a,
    #access ul li.current-menu-item ul li a,
    #access ul li ul li.current-menu-item a,
    #access ul li.current_page_ancestor ul li a,
    #access ul li.current-menu-ancestor ul li a,
    #access ul li.current_page_item ul li a,
    .widget ul li a {
    color: #ff9900;

    #28321

    First clarify us that what you want to do with color in the menu?
    Do you need the orange color for all the menu item with gray color OR for all the hover and active menu item?

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.