Tagged: customization
-
AuthorPosts
-
May 30, 2016 at 11:22 pm #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!!
OleMay 31, 2016 at 6:28 am #640700Hey 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,
RikardMay 31, 2016 at 9:56 am #640784Hi 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,
OleJune 1, 2016 at 5:13 am #641201Hi 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,
RikardJune 1, 2016 at 5:16 am #641203Hi,
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,
RikardJune 1, 2016 at 4:31 pm #641599Thanks 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!!
OleJune 2, 2016 at 11:12 pm #642291Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.