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.

【HELP】Navbar

3 posters

Go down

In progress 【HELP】Navbar

Post by cfdanz February 19th 2014, 11:21 pm

I'm new to CSS so i want to ask about this navbar.
i can't change it even thou i replaced the pictures in the pics management and i can't center it too, so i think css causes the problem. is there something i have to remove?

Spoiler:
avatar
cfdanz
Forumember

Male Posts : 26
Reputation : 1
Language : Tagalog

Back to top Go down

In progress Re: 【HELP】Navbar

Post by Kite Trojan February 20th 2014, 12:10 am

Can I see your Forum link and forum verison?
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

In progress Re: 【HELP】Navbar

Post by cfdanz February 20th 2014, 1:59 am

Forum Link: http://gdanime.forumtl.com/
Forum Version: phpBB 3
avatar
cfdanz
Forumember

Male Posts : 26
Reputation : 1
Language : Tagalog

Back to top Go down

In progress Re: 【HELP】Navbar

Post by Kite Trojan February 20th 2014, 3:44 am

COuld you explain what you want? You know to change the toolbar with an image of your own?
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

In progress Re: 【HELP】Navbar

Post by cfdanz February 20th 2014, 4:41 am

I created my own Navbar, so i want to replace the old one to the ones i've made.
All i know is i can change it in pics management, but css seems to change something and i'm not good at it.
avatar
cfdanz
Forumember

Male Posts : 26
Reputation : 1
Language : Tagalog

Back to top Go down

In progress Re: 【HELP】Navbar

Post by Kite Trojan February 20th 2014, 4:50 am

Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

In progress Re: 【HELP】Navbar

Post by cfdanz February 20th 2014, 4:56 am

This is to show how to customize, what i want is to remove the script that changes my navbar and prevents me from changing it. Just tell me which lines i have to erase Smile
avatar
cfdanz
Forumember

Male Posts : 26
Reputation : 1
Language : Tagalog

Back to top Go down

In progress Re: 【HELP】Navbar

Post by Kite Trojan February 20th 2014, 5:14 am

I don't think you can remove the script. I think it is the default code that can not be removed
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

In progress Re: 【HELP】Navbar

Post by SLGray February 20th 2014, 5:56 am

This parts deals with the navbar:
Code:
.navbar {
    background-color: transparent;
    clear: both;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
ul.navlinks {
    border-bottom: 0px;
    font-weight: normal;
    text-align: left;
    margin-top: -35px;
}
a.mainmenu {
    color: #fff;
    font-family: Verdana,Arial,Sans-Serif;
    font-size: 14px;
    text-shadow: 1px 1px 0 #000000;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: -8px;
    text-transform: lowercase;
}
a.mainmenu:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset, 0 0 0 1px rgba(255, 255, 255, 0.06), 0 1px 0 rgba(255, 255, 255, 0.15);
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 3px 3px 3px 3px;
}


Last edited by SLGray on February 20th 2014, 5:59 am; edited 1 time in total


【HELP】Navbar Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51503
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: 【HELP】Navbar

Post by Kite Trojan February 20th 2014, 5:58 am

For the center, there is no code, goto ACP>Display>homepage>headers. menu postion. center
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

In progress Re: 【HELP】Navbar

Post by cfdanz February 20th 2014, 7:22 am

I know how to center, just want to change it back to default.

@SLGray: It does work but can't change my navbar to the ones i've created. do i have to use CSS for it to work ?

【HELP】Navbar Untitl11
avatar
cfdanz
Forumember

Male Posts : 26
Reputation : 1
Language : Tagalog

Back to top Go down

In progress Re: 【HELP】Navbar

Post by Kite Trojan February 21st 2014, 12:01 am

How do you want it to change?  can you be more clearer please
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

In progress Re: 【HELP】Navbar

Post by cfdanz February 21st 2014, 10:33 pm

Is it not clear enough?

I want to change the the "Home, Faq, Login, Logout" to the ones i made. If you still don't understand, I'm talking about this 【HELP】Navbar Home10
avatar
cfdanz
Forumember

Male Posts : 26
Reputation : 1
Language : Tagalog

Back to top Go down

In progress Re: 【HELP】Navbar

Post by Kite Trojan February 21st 2014, 11:46 pm

You want images to be there?
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

Back to top

- Similar topics

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