Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #98308
    PL
    Participant

    Hello,

    how can I change the background of the primary menu, so that it’s still black but not transparent anymore?

    #98349
    Mahesh
    Keymaster

    @pl: For transparency, you’ll need to use rgba color. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .nav-primary {
        background: rgba(127, 127, 127, 0.7);
    }

    Note: Please change the color as desired.

    Regards,
    Mahesh

    #98541
    PL
    Participant

    Thanks, that worked perfectly!
    Is there any possibility to insert an image into a page (no sidebar) with full width, like the header image on the front page? I would like to insert different header images into each page.

    #98586
    Mahesh
    Keymaster

    @pl: Well there is an in-built function for this. You can have different header images in different pages. Go to Dashboard=> Appearance=> Customize=> Header Image and select Entire Site, Page/Post Featured Image option from Enable Featured Header Image on drop-down. Selecting this image will show featured image as header image in page and posts pages if you have set one there. And will display the default header image on the rest of the pages, pages and posts with no featured image.
    Hope you understand.

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘background primary menu’ is closed to new replies.