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
Hi Rikard the ID is barra-1
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
#barra-1 {
border-top: 2px solid #56267a;
}
Best regards,
Rikard
Hi Rikard, is the same code of the post I’ve linked above but it doesn’t works..
Thanks
Hi,
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,
Ismael
Hi Ismael, I’ve try to disable the File Compression settings but it doesn’t works..
URL in private
Thanks..
Hi,
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,
Ismael
Right 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
Hi 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..