drewch34 Posted January 26, 2023 Share Posted January 26, 2023 (edited) Version 7.0– Brine family (Mara Brag template). https://www.wisenotwise.com/ I have a top header and bottom header (pic attached). I'm looking to add non-clickable text to the top header (top left corner, ideally - where red box is in pic). I also don't want to mess with the TICKETS link on the right side. I have tried a few things (from this post) without luck. I also tried accessing the data-nc-container element and adding content to it (per this post) without luck. [data-nc-container="top-left"] { content: "meow"; } Thanks in advance. Edited January 26, 2023 by drewch34 Added info Link to comment
Solution tuanphan Posted January 27, 2023 Solution Share Posted January 27, 2023 Add to Design > Custom CSS [data-nc-container="top-left"]:before { content: "wise"; color: white; } [data-nc-container="top-left"] { display: flex !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment