How do I edit the links in the header? for example, when blog is clicked I want it take the user to /blog/ ? Also, how can I edit the dropdown bar's links in order to sort the blog by tags? like Lifestyle / Fashion, etc instead of the example blog pages.
Also, I have had trouble accessing the shape dividers. Can you please explain how to add one between two blocks in my site?
Can you also explain how I can edit the design of the dropdown bar in the head on hover? I want only one column of subcategories to show below the link being hovered over instead of four.
I would also like to remove the site title from the header but to not see any option to edit the header on elementor or on my Wordpress admin dashboard. How can I remove the text?
Thanks; all questions were resolved except for #4. I want to change the font of my site title. I don't think the 'hero' is the same thing. On my page, for example, I want to change the font of 'WOOMAN' in the header and on all other pages.
1) To change the logo(text logo) you have to give that some Custom CSS which will change it.
.a-logo.a-logo--text a {
font-family: your_font !important; }
If the font is not included on the theme, please include it as font face at Appearance > Customize > Additional CSS.
Initially you define the rule, "font-family" is what you want to call the font, "src" is where it can be found, include a "font-weight" (not needed for normal, but required by everything else, bold, thin etc).
How do I edit the links in the header? for example, when blog is clicked I want it take the user to /blog/ ? Also, how can I edit the dropdown bar's links in order to sort the blog by tags? like Lifestyle / Fashion, etc instead of the example blog pages.
Also, I have had trouble accessing the shape dividers. Can you please explain how to add one between two blocks in my site?
Can you also explain how I can edit the design of the dropdown bar in the head on hover? I want only one column of subcategories to show below the link being hovered over instead of four.
I would also like to remove the site title from the header but to not see any option to edit the header on elementor or on my Wordpress admin dashboard. How can I remove the text?
Hi,
1) To edit the links in the header please go to Appearance > Menus, that's the menu and you have to edit the menus one by one.
2) Please check the following video, it explains how the shape dividers can be used.
- Video URL
3) To remove the mega menu, go to the Appearance > Menus and on the menu item remove the mega columns switch. http://prntscr.com/nd3qi1
4) Do you mean the hero? That can be disabled via the Appearance > Customize > Utility > Hero or in the Page Settings > Hero.
Feel free to ask for anything you need.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
Thanks; all questions were resolved except for #4. I want to change the font of my site title. I don't think the 'hero' is the same thing. On my page, for example, I want to change the font of 'WOOMAN' in the header and on all other pages.
Is there any way to directly modify the typography and background of the header? if we want something other than white?
Hi,
I though of something else.
1) To change the logo(text logo) you have to give that some Custom CSS which will change it.
If the font is not included on the theme, please include it as font face at Appearance > Customize > Additional CSS.
Initially you define the rule, "font-family" is what you want to call the font, "src" is where it can be found, include a "font-weight" (not needed for normal, but required by everything else, bold, thin etc).
Then just use it like any other font in any other style rule.
2) Same as the first one, the selector for the menu typography is below.
And to change its color, you can do it with the selector below.
Feel free to ask for anything you need.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.