-
AuthorPosts
-
July 5, 2020 at 4:17 pm #1228043
I’d like to place a notification bar at the top of my website with a statement and link to an internal page on my site. I know there is some way to do this in Enfold but can’t seem to find out where it’s located. I’d also like to be able to hide the notification on certain pages. Can you help me?
July 7, 2020 at 11:50 am #1228544Hey phausner,
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
VictoriaJuly 7, 2020 at 3:15 pm #1228614July 8, 2020 at 8:21 am #1228789Hi,
Thanks for that. You can activate the bar under Enfold->Header->Extra Elements. You can add your text in the phone number field for example, but it doesn’t have conditional logic, so your would have to hide it using CSS on a per page basis. For example:
<span class="extra">this is your content</span>In Quick CSS:
.page-id-of-your-page span.extra { display: none; }Then replace page-id-of-your-page in the code above with the page ID class of the page where you want to hide the text on.
Best regards,
RikardJuly 8, 2020 at 3:25 pm #1228892That’s great! I knew it was a simple setting but couldn’t find it. Duh!
How could I change the color for the background, text, and link of just that top extra area (without affecting other areas of the website)?
July 9, 2020 at 6:38 am #1229064Hi,
Please try this in Quick CSS to change the background and colour of the text:
#header_meta { background-color: red; } #header_meta .phone-info span, #header_meta .phone-info a { color: yellow; }Best regards,
RikardJuly 9, 2020 at 3:56 pm #1229203Thank you so much!!!
July 10, 2020 at 4:04 am #1229284Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonJuly 10, 2020 at 3:20 pm #1229434You’ve been a tremendous help. Thank you. We can close.
July 10, 2020 at 8:48 pm #1229487Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Top notification bar’ is closed to new replies.

