Trying to apply colours to my account menu at header

Created on 3 January 2024, 9 months ago
Updated 27 June 2024, 3 months ago

Problem/Motivation

I'm trying to apply colours to "my account menu" located at header region (default)

I have applied predefined colour theme 00016 - BlueOrange

First, I wanted to take the blue out from heading, which I can do either by adding w3-white to header field in advanced site colours on the the theme ui, or by copying in /templates/layout/ region.html.twig file to region--header.html.twig, and adding in it:

<style>
#header {
        background-color: white;        
        }
</style>

This change have caused the links not be seen because those are white, so secondly I needed to change link colours to orange, I have tried many combinations, with some of them I could change administration bar links to orange and I could also change background colour of "My Account" links (My account and Log Out), but I have not accomplished my goal of changing links colour to orange. Editing links are also white and unseen, those appearing when hovering an editable element.

I have tried doing this at advanced site colours on the the theme ui, on the region--header.html.twig file mentioned above and also copying in /templates/navigation the menu--responsive-h.html.twig file to menu--account.html.twig,; here I could change the "li-0" background colour, but not the link colour.

Sorry for bothering you this much, but would you be so kind to guide me a little on how to accomplish it, thanks as always..

💬 Support request
Status

Fixed

Version

2.0

Component

Miscellaneous

Created by

🇨🇱Chile Andrés Chandía

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024