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
8 years 6 months ago #1
by Nina-Iren Kaltenborn
inexperienced
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi Could you let me know the URL of your site so I can take a look?
8 years 6 months 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 (5310) 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 :
8 years 6 months 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
8 years 6 months ago #5
by Nina-Iren Kaltenborn
brgds, nina
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi nina,
Add this line to the previous code
8 years 6 months 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.