Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #280130
    Reem
    Participant

    Hi.

    I’m having difficulty with CSS — a lot of the code is not being applied.

    – To disable Sticky Menu (when the header follows each page and scrolls down with the page while navigating)

    – To change the header size (it eats up too much of the page) :
    .wrapper, .site-header + .breadcrumb-area .entry-breadcrumbs, .woocommerce .site-header + .breadcrumb-area .entry-breadcrumbs

    – To change the color of hover over the arrows and navigation menu items to no color highlight.
    .menu-toggle:hover,
    .menu-toggle:focus,
    .tagcloud a:hover,
    .tagcloud a:focus {
    border-color: #f7f5ef;
    }

    .arrow-up:hover,
    .arrow-up:focus {
    border-bottom-color: #f7f5ef;
    }

    – To create a drop-down menu for some items on the navigation page on the header section.

    Any suggestions to why these changes aren’t working in CSS?

    Thanks!

    #280208
    Skandha
    Participant

    @reem: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Header changes’ is closed to new replies.