-
AuthorPosts
-
May 6, 2022 at 7:01 am #1350744May 6, 2022 at 8:24 am #1350755
Hey creatorke,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardMay 6, 2022 at 12:01 pm #1350787Hi Rikard, see details in private content. Thx for the help
May 6, 2022 at 2:38 pm #1350801Hi,
Thanks for that. Could you upgrade the account to have admin rights as well please? Otherwise we can’t see anything on the backend.
Best regards,
RikardMay 6, 2022 at 2:54 pm #1350807Done!
May 7, 2022 at 9:46 am #1350842Hi,
Thanks for that. First off, could you try updating the theme to the latest version (4.9.2.2) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
RikardMay 28, 2022 at 1:16 pm #1353267Hi Rikard,
I have update the theme to the latest version. But the issue is not resolved by that.
Can you check?May 28, 2022 at 4:21 pm #1353280Hi,
Please refer to this post by Ismael: https://kriesi.at/support/topic/problems-with-getting-correct-font-weight/#post-1351097
Best regards,
RikardMay 29, 2022 at 11:03 am #1353328This is solved! Thank you!
May 29, 2022 at 11:12 am #1353330I still have some issues on this site. (Sorry, the designer wants it like he has drawn it…)
1) Top navigation buttons “vrijblijvende offerte & acties”. Hover color should be black.
2) When hovering links “realisaties & contact” you are actually hovering the colored buttons above. Probably height of the LI ?
3) Main nav links… on hover we have text-decoration underline. Added this in CSS.#top #header .av-main-nav > li:hover > a .avia-menu-text, #top #header .av-main-nav > li:hover > a .avia-menu-subtext{ text-decoration:underline; }
But when I want to add similar code for the active state link, is not working.
#top #header .av-main-nav > li:active > a .avia-menu-text, #top #header .av-main-nav > li:active > a .avia-menu-subtext{ text-decoration:underline; }
4) button in footer: on hover text should be black. I’ve added this in css but is not working.
.widgetbtn:hover{ color:#000000; }
5. Sub nav (below “onze producten”) should be bold. I’ve tryed to edit in CSS, but is not working.
Could you help me out with these issues. thx
- This reply was modified 2 years, 5 months ago by creatorke.
May 29, 2022 at 5:34 pm #1353346Hi,
Thank you for the link to your site, please try this css:
1):#top #header .av-main-nav > li#menu-item-489:hover > a .avia-menu-text, #top #header .av-main-nav > li#menu-item-490:hover > a .avia-menu-text { color: #000; }
2):
#top #wrap_all #header_main > .container .main_menu .av-main-nav > li > a, #top #wrap_all #header_main > .container .main_menu .av-main-nav > li { height: 50px; line-height: 50px; } #top #wrap_all #header_main > .container .main_menu .av-main-nav-wrap { margin: 50px 0; }
3):
#top #header .av-main-nav > li.current_page_item > a .avia-menu-text { text-decoration:underline; }
4):
#footer .textwidget a.widgetbtn:hover { color: #000 !important; }
5):
#top #wrap_all #header_main > .container .main_menu .av-main-nav > li ul li a { font-weight: 600; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeJune 1, 2022 at 6:43 am #1353685Mike,
All seems ok!
ThxBest regards
June 1, 2022 at 9:10 am #1353696 -
AuthorPosts
- You must be logged in to reply to this topic.