Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #175999
    Wendy Neuhofer
    Participant

    Site is: https://wnyarns.ca/

    When I “disable” header top, it changes my menu bar above the body of my site (my Main Menu) to a grey tone, which is what I had originally with Catch Inspire (before I purchased the pro version). Now that I have the Pro version, it has made that line black with white text. Is there a way to make it stay the grey version and still have the header top enabled?

    With regards to the header top, it contains my shop menu – cart/checkout/account/logout. Is there a way to have the shop items align right with the search icon, and still leave my email/address at the top left?

    Is there a way to place the featured items that are marked in my shop using a short code or something in one of the sliders for the front page? (whereas right now, I use the logo slider and just add the images)

    Thank you for any help.
    Wendy

    #176019
    tikaram
    Keymaster

    @wendyn66: Login to your WordPress admin.
    Go to Appearance => Customize => Additional css and add the following css code to change the color of the menu and the header top issue fix.

    @media screen and (min-width: 64em) {
    	#site-top-navigation {
    	    float: right;
    	}
    	.header-top-menu-enabled #header-navigation-area .site-primary-menu {
    	    background: #f4f4f5;
    	}
    	.header-top-menu-enabled #header-navigation-area .site-navigation a {
    	    color: #111;
            }
       }

    To place your featured items you can add the short code on the page that you are using as the homepage and display the required items. Let me know if this resolves your issues.

    Regards,
    Tikaram

    #176027
    Wendy Neuhofer
    Participant

    Thank you! It partially worked. I think there is a bracket missing? I got an error message about a RBRAC or something like that.

    With regard to the featured items, I have figured out how to uses the short code, I have used it on another page, but I wondered if there was a way to use it in a slider, so that I can have more images and they move like the sliders do.

    Wendy

    #176028
    tikaram
    Keymaster

    @wendyn66: Please try the code now. It should work. Regarding the slider I will let you know after I discuss with the development team.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header Top Options – Two questions and another Q re: Featured Items from Shop’ is closed to new replies.