By Els Vandenborre on Monday, 30 January 2023
Posted in Vanilla
Likes 0
Views 863
Votes 0
Hi,

How can I edit the style of this menu? I would like white text for example and the anchors are too close to the text: https://intersearch.me/joomla4/index.php/community/login/
I've checked your site and found that vanilla template is not installed here.
Am i checking wrong ?
·
Monday, 30 January 2023 20:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Please check in here: https://intersearch.me/joomla4/

We are migrating our site from Joomla 3 to Joomla 4

The credentials are the same.
·
Thursday, 02 February 2023 17:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you provide me the backend details of joomla 4 site ?
·
Thursday, 02 February 2023 17:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Sure:

Username: pentacom
Pass: EvFsB8a8YfzMsQR
·
Thursday, 02 February 2023 18:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey,

Thank you for providing us with the access.
I've already helped you to apply the custom css into your template configuration.

.sp-module ul >li >a {
color: white!important;
}

.sp-module ul >li {
margin-left: 14px;
}


Please take a look at this.
·
Thursday, 02 February 2023 19:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you, looks better. Can you help me to remove the white lines below the menu items as well please?
·
Friday, 03 February 2023 13:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey ELS,

Try this css a and see how it goes.

.sp-module ul >li {
margin-left: 14px;
border-bottom:none!important
}
·
Friday, 03 February 2023 15:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Looks better, thank you!
·
Monday, 06 February 2023 15:44
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome.
·
Monday, 06 February 2023 16:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post