code problem, forum title
4 posters
Page 1 of 1
code problem, forum title
Hello
So, sorry, I didn't think I had any questions today, but I'm doing the design, so ... ^^ "
So, there would be something wrong with the code below. It’s theoretically correct, but at the same time it refuses to move the text sideways or change color when I hover the mouse over it.
What went wrong there?
I don't know if you need this part, but I copied it to see if it did. ^^
Link: https://blackmoonfrpg.hungarianforum.com
Version: phpBB2 (I think ^^" )
So, sorry, I didn't think I had any questions today, but I'm doing the design, so ... ^^ "
So, there would be something wrong with the code below. It’s theoretically correct, but at the same time it refuses to move the text sideways or change color when I hover the mouse over it.
What went wrong there?
- Code:
/* TITRE FORUM */
.tleFRM a {
padding-left:50px; letter-spacing:3px; font-family: Unkempt;
color: #E3C2D6 !important; /* MODIFIABLE */
transition:all 0.35s linear; -webkit-transition:all 0.35s linear;
}
a:hover {
color:#639EFF; /* MODIFIABLE */
}
I don't know if you need this part, but I copied it to see if it did. ^^
- Code:
/* BLOC TITRE FORUM */
.tleFRM {
width:780px; /*height: 40px;*/
margin:10px auto 10px; padding:5px;
text-align: left; font-size:22px; text-transform:;
background: ;/*#000058; /* #2C031C; */ /* MODIFIABLE */
box-shadow: inset #639EFF 0 0 10px;
}
Link: https://blackmoonfrpg.hungarianforum.com
Version: phpBB2 (I think ^^" )
Re: code problem, forum title
When you say forum title, do you mean the forums under categories or the title of the whole forum?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: code problem, forum title
Um ... I don't speak English, I use a google translator. So ... I have the title of the forum, eg: 'Vérhegy', 'Folyóköz'
Re: code problem, forum title
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: code problem, forum title
Then I really messed it up. And ... Theoretically, it belongs ... Because the red arrow doesn't match the letter type. So now that way again I don't know what's going on ...
Copy the whole code that belongs to that part? Maybe it would be easier then. I honestly don't know. ^^ "
The trouble is, I didn't touch it so much, so I can only ask you and here. So I'm sorry to ask for stupidity. ><
Um ... the green arrow is the forum title for me. ^^"
Copy the whole code that belongs to that part? Maybe it would be easier then. I honestly don't know. ^^ "
The trouble is, I didn't touch it so much, so I can only ask you and here. So I'm sorry to ask for stupidity. ><
Um ... the green arrow is the forum title for me. ^^"
Re: code problem, forum title
we have
-category titles
-forum titles
-subforum titles
-thread titles
first of all, to your codes above, these lines are giving the same result
transition:all 0.35s linear;
-webkit-transition:all 0.35s linear;
no need to have them both
so i think the code is wrong so lets try something ok
delete this code
replace with this
and check if your category title Enciklopédia have the text effect you want
you have a code or a javascript that has changed all forum elements to new FRM elements right ?
-category titles
-forum titles
-subforum titles
-thread titles
first of all, to your codes above, these lines are giving the same result
transition:all 0.35s linear;
-webkit-transition:all 0.35s linear;
no need to have them both
so i think the code is wrong so lets try something ok
delete this code
- Code:
/* TITRE FORUM */
.tleFRM a {
padding-left:50px; letter-spacing:3px; font-family: Unkempt;
color: #E3C2D6 !important; /* MODIFIABLE */
transition:all 0.35s linear; -webkit-transition:all 0.35s linear;
}
a:hover {
color:#639EFF; /* MODIFIABLE */
}
replace with this
- Code:
/* TITRE FORUM */
div.tleFRM a {
padding-left:50px;
letter-spacing:3px;
font-family: Unkempt;
color: #E3C2D6 !important; /* MODIFIABLE */
transition:all 0.35s linear;
}
a:hover {
color:#639EFF; /* MODIFIABLE */
}
and check if your category title Enciklopédia have the text effect you want
you have a code or a javascript that has changed all forum elements to new FRM elements right ?
Re: code problem, forum title
I pasted it, but unfortunately it doesn't work. The Lastet topic (Friss nyomok) section has javascript. Maybe that's the problem? ><
Re: code problem, forum title
Add !important to each line of your CSS codes.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Mineko likes this post
Re: code problem, forum title
Thanks-thanks-thanks!!
Thank you very much!
It works. And I really love it!
Solved
Thank you very much!
It works. And I really love it!
Solved
Re: code problem, forum title
Problem solved & topic archived.
|
Re: code problem, forum title
@Mineko
i inspect the code and i saw that you added the !important wrongly, you must add it at the end of each line, not at the begging
so here is the right code
if you still need help pm me to reopen this thread
i inspect the code and i saw that you added the !important wrongly, you must add it at the end of each line, not at the begging
so here is the right code
- Code:
/* TITRE FORUM */
div.tleFRM a {
padding-left:50px !important;
letter-spacing:3px !important;
font-family: Unkempt !important;
color: #E3C2D6 !important;
transition:all 0.35s linear !important;
}
a:hover {
color:#639EFF !important;
}
if you still need help pm me to reopen this thread
TonnyKamper likes this post
Similar topics
» Topic title code problem
» Forum title problem
» Problem with tooltip and forum title
» A new problem with rank title! :S
» Changing the page-title red problem
» Forum title problem
» Problem with tooltip and forum title
» A new problem with rank title! :S
» Changing the page-title red problem
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum