The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Is it possible to remove 'Latest images' and 'Usergroups' from the header navigation list?

2 posters

Go down

Solved Is it possible to remove 'Latest images' and 'Usergroups' from the header navigation list?

Post by okamii March 5th 2024, 7:55 pm

I can't find any option of removing on Advanced > Display > Homepage > Headers & Navigation > Nav links, is there any place under the admin panel that I can turn off/on those two? (not necessarily remove the pages, just want to not have a link to them on navigation list)


Last edited by okamii on March 5th 2024, 8:23 pm; edited 1 time in total
okamii
okamii
Forumember

Posts : 40
Reputation : 2
Language : English

https://ujvteifkgywlodlsiumk.actieforum.com/

Back to top Go down

Solved Re: Is it possible to remove 'Latest images' and 'Usergroups' from the header navigation list?

Post by Razor12345 March 5th 2024, 8:00 pm

Good evening!

Latest images: AP - Modules - Recently shared images - Display the link in the navigation bar - No - Save.
Usergroups: AP - Display - Colors&CSS - CSS Stylesheet

Insert this code:

Code:
a.mainmenu[href$='/groups']{display:none;}

Save.


Is it possible to remove 'Latest images'  and 'Usergroups' from the header navigation list?   Screen51
Razor12345
Razor12345
Support Moderator
Support Moderator

Male Posts : 1462
Reputation : 262
Language : Ukr, Rus, Eng
Location : Ukraine

SarkZKalie, TonnyKamper and okamii like this post

Back to top Go down

Solved Re: Is it possible to remove 'Latest images' and 'Usergroups' from the header navigation list?

Post by okamii March 5th 2024, 8:06 pm

Razor12345 wrote:Good evening!

Latest images: AP - Modules - Recently shared images - Display the link in the navigation bar - No - Save.
Usergroups: AP - Display - Colors&CSS - CSS Stylesheet

Insert this code:

Code:
a.mainmenu[href$='/groups']{display:none;}

Save.
Thanks, it worked. Although, the CSS code kept the two additional empty blank (spaces ) that is inserted per navigation link, is there a way I can remove it so it doesn't have too many extra spaces from the side?
okamii
okamii
Forumember

Posts : 40
Reputation : 2
Language : English

https://ujvteifkgywlodlsiumk.actieforum.com/

Back to top Go down

Solved Re: Is it possible to remove 'Latest images' and 'Usergroups' from the header navigation list?

Post by Razor12345 March 5th 2024, 8:19 pm

For me, the last button is the FAQ - so I remove the indentation for it

AP - Display - Colors&CSS - CSS Stylesheet

Code:
a.mainmenu[href="/faq"] {
    margin-right: -10px;
}

Submit.

Result:

Is it possible to remove 'Latest images'  and 'Usergroups' from the header navigation list?   Scree765


Is it possible to remove 'Latest images'  and 'Usergroups' from the header navigation list?   Screen51
Razor12345
Razor12345
Support Moderator
Support Moderator

Male Posts : 1462
Reputation : 262
Language : Ukr, Rus, Eng
Location : Ukraine

okamii likes this post

Back to top Go down

Solved Re: Is it possible to remove 'Latest images' and 'Usergroups' from the header navigation list?

Post by okamii March 5th 2024, 8:22 pm

Razor12345 wrote:For me, the last button is the FAQ - so I remove the indentation for it

AP - Display - Colors&CSS - CSS Stylesheet

Code:
a.mainmenu[href="/faq"] {
    margin-right: -10px;
}

Submit.

Result:

Is it possible to remove 'Latest images'  and 'Usergroups' from the header navigation list?   Scree765
Perfect, thanks!! Very Happy
okamii
okamii
Forumember

Posts : 40
Reputation : 2
Language : English

https://ujvteifkgywlodlsiumk.actieforum.com/

Back to top Go down

Solved Re: Is it possible to remove 'Latest images' and 'Usergroups' from the header navigation list?

Post by Razor12345 March 5th 2024, 9:00 pm

You are welcome!

Problem solved & topic archived.
Please read our forum rules: ESF General Rules


Is it possible to remove 'Latest images'  and 'Usergroups' from the header navigation list?   Screen51
Razor12345
Razor12345
Support Moderator
Support Moderator

Male Posts : 1462
Reputation : 262
Language : Ukr, Rus, Eng
Location : Ukraine

okamii likes this post

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum