Hi guys,
for an aesthetic point of view, I would like to remove the divider bar from the following section of my theme:
https://drive.google.com/file/d/1UkV7MvyrPrB7zK6bwnV_Pu6knKRV7iEy/view?usp=drive_link
It is a template element and I think it is necessary to work on the code. The link of the webiste is http://www.latanadellupobb.it and I would like to remove the divider bar under the words “LE NOSTRE CAMERE”.
Could you give me some guidance on this? Many thanks, Michela
Hey micheladalcastagne,
I was not able to see your screenshot because it requires a login, so I had to guess, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .container_wrap {
border-top-style: none;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike