Notifications
Clear all

Style [Solved] 14 CSS code help

15 Posts
2 Users
7 Reactions
1,080 Views
ZiT3K
Posts: 92
Topic starter
(@zit3k)
Estimable Member
Joined: 3 years ago

Hi!

I can't change the following 14 things, so I'd ask for help:

I would like to change the white colors in the images below:






I would like to DELETE the 2 menu items shown in the image below:

I tried a lot, but I couldn't change them 🙁

Thanks in advance!

14 Replies
ZiT3K
Posts: 92
Topic starter
(@zit3k)
Estimable Member
Joined: 3 years ago

My website address has changed:

https://cs1-6-army-zit3k.hu/

That's all I need to get my website up and running, PLEASE help me in advance, thanks in advance!

Chris
Posts: 3649
(@chris)
Famed Member
Joined: 3 years ago

Hi @zit3k,

Posted by: @zit3k

I would like to DELETE the 2 menu items shown in the image below:

You will need wpForo - User Custom Fields Addon for managing Tabs.

ZiT3K
Posts: 92
Topic starter
(@zit3k)
Estimable Member
Joined: 3 years ago

Hy!

I can't refer to those 2 menu items with id or class and:

display: none! important;

?

7 Replies
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@zit3k,

Those Tabs` Profile, Account, Activity, Subscriptions are using the same class: wpf-profile-menu,

so you cannot hide one of them using CSS.

ZiT3K
(@zit3k)
Joined: 3 years ago

Estimable Member
Posts: 92

@chris

Yes, that's how I saw it.

I think the whole menu can be deleted and then I create 2 menu items in the main menu with the link of the 2 menu items you want to use (Profile, Account).

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@zit3k,

I'm not sure that theme customization can help you with that, but you can try to do it.

ZiT3K
(@zit3k)
Joined: 3 years ago

Estimable Member
Posts: 92

@chris 

We managed to trick the thing.

MIDDLE MOUSE KLIKK TO VIEW IMAGE

Can you help the rest please?

The forum names are successfully gray by default, but if I click on them, they will be white ...

How do I set the level to be colored after I click that link?

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@zit3k,

Check these CSS selectors, Active & Hover:

https://www.w3schools.com/cssref/sel_hover.asp

https://www.w3schools.com/cssref/sel_active.asp

ZiT3K
(@zit3k)
Joined: 3 years ago

Estimable Member
Posts: 92

@chris 

Hi!

Yes, I've been looking at that website before.

Now I looked at it again and yes it was there:

a: visited

this is what i was looking for, i knew there was just no mind.

Thank you very much! 😉

How do I set the color of TEXT BOXES in these places ?:

- account
- new topic
- add an answer

[ I searched but couldn't find it 🙁 ]

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@zit3k,

Please provide a screenshot where we can see those Text Boxes.

ZiT3K
Posts: 92
Topic starter
(@zit3k)
Estimable Member
Joined: 3 years ago

I work, so I can only post links.
I might like the color of the white Soviet boxes.

Here are 2 pieces:

https://cs1-6-army-zit3k.hu/forum/account/

New topic:

https://cs1-6-army-zit3k.hu/forum/fo-forum/

Write an answer:

https://cs1-6-army-zit3k.hu/forum/fo-forum/rthrt/

3 Replies
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@zit3k,

use this CSS Code:

#mceu_13, #mceu_25-body, #mceu_28, #mceu_10-body, #mceu_31 {
    background-color: black;
}

And then check this post:

https://wpforo.com/community/postid/46394/

 

ZiT3K
(@zit3k)
Joined: 3 years ago

Estimable Member
Posts: 92

@chris

I downloaded it, but at first it looks a little complicated, and then I look at it on youtube as well. But this topic is lockable because it’s been long enough.

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@zit3k,

I don't follow you, there is nothing to download in that Post