-
AuthorPosts
-
March 12, 2025 at 5:06 pm #1479180
Hi..
I need to add a 2px top and bottom border to a specific color section with color #56267a
I’ve try the CSS code as in this post but It doesn’t works..
Any ideas..?
Thank You Very much
March 12, 2025 at 6:50 pm #1479190March 12, 2025 at 6:55 pm #1479193Hi Rikard the ID is barra-1
March 13, 2025 at 1:05 pm #1479239Hi,
Please try the following in Quick CSS under Enfold->General Styling:
#barra-1 { border-top: 2px solid #56267a; }Best regards,
RikardMarch 13, 2025 at 3:51 pm #1479265Hi Rikard, is the same code of the post I’ve linked above but it doesn’t works..
Thanks
March 14, 2025 at 6:06 am #1479304Hi,
Thank you for the update.
Have you tried to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css? Please provide the URL of the page containing the color section so we can check it.
Best regards,
IsmaelMarch 14, 2025 at 7:46 am #1479318Hi Ismael, I’ve try to disable the File Compression settings but it doesn’t works..
URL in private
Thanks..
March 14, 2025 at 7:51 am #1479319Hi,
Thank you for the link.
Please replace the css code with this:
#top #wrap_all #main #barra-1 { border-top: 2px solid #56267a; }Make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.
Best regards,
IsmaelMarch 14, 2025 at 8:01 am #1479321Right Ismael it works both for top and bottom border..
for bottom I use
#top #wrap_all #main #barra-1 {
border-bottom: 2px solid #56267a;
}or I must use
#bottom #wrap_all #main #barra-1 {
border-bottom: 2px solid #56267a;
}Thanks You can check the page again
March 14, 2025 at 7:35 pm #1479358March 14, 2025 at 9:10 pm #1479367Hi Rikard this one works fine both for top and bottom border just changing border-bottom
#top #wrap_all #main #barra-1 { border-top: 2px solid #56267a; }Thank You very much.. Can close..
March 15, 2025 at 3:24 pm #1479402Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard -
AuthorPosts
- The topic ‘How to add top and bottom border to a specific Color Section’ is closed to new replies.
