MiniFrontPage
- Posted by Nina-Iren Kaltenborn (4) Offline
Hi! Using am for listing of articles in category - in article I use an navigation tab - will the anchors (ref pic) show when website is launched..? Or how can I avoid this..?
inexperienced
9 years 3 weeks ago #1
by Nina-Iren Kaltenborn
inexperienced
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5372) Offline
Hi Could you let me know the URL of your site so I can take a look?
9 years 3 weeks ago #2
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by Nina-Iren Kaltenborn (4) Offline
- Posted by TemplatePlazza (5372) Offline
Hi, the anchor icon is likely coming from your template css that is converting any tag with '.anchor' class to an achor icon.
To fix this try to add this css code to your css file :
9 years 3 weeks ago #4
by TemplatePlazza
To fix this try to add this css code to your css file :
.mfp-table-cell-inner .anchor::before {
display:none!important;}Please Log in or Create an account to join the conversation.
- Posted by Nina-Iren Kaltenborn (4) Offline
Thanks, it worked - but it still shows the "tab names" (ref pic)... Nothing to do about?
brgds, nina
9 years 3 weeks ago #5
by Nina-Iren Kaltenborn
brgds, nina
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5372) Offline
Hi nina,
Add this line to the previous code
9 years 3 weeks ago #6
by TemplatePlazza
Add this line to the previous code
.mfp-table-cell-inner .rl_tabs-toggle {display:none!important;}Please Log in or Create an account to join the conversation.