Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1350744

    Hi, on this site font-weight of titles should be 700
    For some reason thats not working. I’ve been changing in theme-settings, advanced settings, quick css. but nothing seems to help.
    Font is Montserrat, so this should work.

    Thx for some help

    #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,
    Rikard

    #1350787

    Hi Rikard, see details in private content. Thx for the help

    #1350801

    Hi,

    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,
    Rikard

    #1350807

    Done!

    #1350842

    Hi,

    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,
    Rikard

    #1353267

    Hi Rikard,
    I have update the theme to the latest version. But the issue is not resolved by that.
    Can you check?

    #1353280

    Hi,

    Please refer to this post by Ismael: https://kriesi.at/support/topic/problems-with-getting-correct-font-weight/#post-1351097

    Best regards,
    Rikard

    #1353328

    This is solved! Thank you!

    #1353330

    I 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, 4 months ago by creatorke.
    #1353346

    Hi,
    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,
    Mike

    #1353685

    Mike,

    All seems ok!
    Thx

    Best regards

    #1353696

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.