Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #640625

    Hi, my client wants 2 customizations, but i can’t figure out how it works and don’t find help in any thread:

    1. How can i highlight the active navigation link in main menu? (i.e. if user is on “about us” page, the menu item text “about us” is highlighted in white font color)

    2. In “latest portfolio widget”: Is it possible to NOT show the date/time (but only title & excerpt)?

    Thanks a lot!!
    Ole

    #640700

    Hey DocDigital,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .current-menu-item li a .avia-menu-text {
    color:white !important;
    }
    
    .news-time {
    display:none !important;
    }
    

    Regards,
    Rikard

    #640784

    Hi Rikard!

    Thanks a lot: time-stamp disappeard – great!

    However regarding 1., the current-menu-item’s font color isn’t white on active page. Any other idea, so that user has indication of currently visited page by highlighting font color in white?

    Best,
    Ole

    #641201

    Hi Ole,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Thanks,
    Rikard

    #641203

    Hi,

    Not sure why but you have this CSS in a file called lml_theme.css, removing it seems to work:

    #top #header .av-main-nav > li > a .avia-menu-text {
        color: #2e3159;
    }

    Thanks,
    Rikard

    #641599

    Thanks Rikard!
    I will try to delete it in mentioned CSS. – Or can I do it via Quick CSS-Settings?

    Can you help me with another challenge?
    I used Avia Magazine Element to show upcoming seminars, which looks perfect! (see link)
    The only problem is that it shows publishing date of portfolio item!
    How can I show seminar date above title?
    (tried to set a future publishing date, but then the post item disappears)

    Appreciate your help very much!!
    Ole

    #642291

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av-magazine-time { display: none; }
    

    that will remove the date. However to modify the file to display event date is a little more complicated and such customization would be out of the scope of our support. Please consider to hire a freelance developer if you urgently need such feature

    Best regards,
    Yigit

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