-
Posted a reply to Some issues disturbing my website – Hestia, on the site WordPress.org Forums:
For the contact page, did you try: .section-image::before { background-color: rgba(0, 0, 0, 0.3) !important;… -
Posted a reply to Header adjustment reducing height, on the site WordPress.org Forums:
Did you try adding !important ? .header-filter { max-height: 500px !important; } I had the… -
Posted a reply to Header adjustment reducing height, on the site WordPress.org Forums:
Try: .header-filter { max-height: 500px; } -
Created a topic, Centered column, on the site WordPress.org Forums:
Want to have a centered column with fixed width? #gri… -
Posted a reply to Banner bar, on the site WordPress.org Forums:
Solved! Use: .banner { background: white; height: 245px !important; } -
Created a topic, Banner bar, on the site WordPress.org Forums:
I would like to remove de dark bar below the slider. B… -
Posted a reply to Menu & page layout problems, on the site WordPress.org Forums:
Issue #2 solved: it was the W3 Total Cache plugin. When I switched off the… -
Posted a reply to Menu & page layout problems, on the site WordPress.org Forums:
After doing some more research on issue 2, I found out that not the browser… -
Created a topic, Menu & page layout problems, on the site WordPress.org Forums:
I have two problems with Hestia and its child themes l… -
Posted a reply to Slider – Image Title +, on the site WordPress.org Forums:
You should overwrite the 40% max-width for the entry-container class. #featured-slider .entry-container { top: 50%;…