Home Forums Basel support forum Header Background

Header Background

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #64683

    louisebb
    Participant

    Hello,

    I’m using the Home Landing page, how can I change the background of the header to another colour?

    See the current colour attached

    Attachments:
    You must be logged in to view attached files.
    #64688

    Hello,

    Thank you very much for choosing our theme and contacting us.

    In order to change background header, navigate to Theme Settings > Header > Appearance > set the color as per your needs.

    Best Regards

    #64792

    louisebb
    Participant

    Thank you, I managed to changed the background to white color.
    Now I need to change the color of the Menu font to black color, how can I do that including the hovering?

    #64794

    Hello,

    The font color can be set in Theme Settings > Header > Appearance > Header text color
    http://prntscr.com/jzeszh

    There are two options: light and dark. If you need to set your own, you will need to use custom CSS

    Best Regards

    #64801

    louisebb
    Participant

    Hi,

    Already tried that (light or dark) but it doesn’t work for me.

    Regards

    #64819

    Hello,

    Please provide your site admin access and colors you want on :link and :hover

    Best Regards

    #64958

    louisebb
    Participant

    Hello Elise,

    Appreciate your patience. The colour for the link is black, and the hover is red.

    Also, how can I adjust the picture below the menu bar. It is now showing the whole picture. This happens when I changed the color of the header.

    Thank you and regards,

    Attachments:
    You must be logged in to view attached files.
    #64997

    Hello,

    Please add this code to Theme Settings > Custom CSS:

    .color-scheme-light .main-nav .menu>li>a {
        color: black!important;
    }
    
    .color-scheme-light .main-nav .menu>li>a:focus, .color-scheme-light .main-nav .menu>li>a:hover {
        color: red!important;
    }

    Do you want the header overlay the slider? If not all the images settings you will find in Slider Revolution

    Best Regards

    #65033

    louisebb
    Participant

    Now its ok. Thank you Elise.

    Regards,

    #65071

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 10 posts - 1 through 10 (of 10 total)