Tagged: background image, color section
-
AuthorPosts
-
June 8, 2022 at 3:10 pm #1354532
Hi Enfold team,
First, thanks for providing us with such goodness!
I’m finding that the color section is not clearing the background image (dark-floral.png) after removing it.
SEE Private for URL
Steps taken:
Cleared server cache
Cleared browser cache
Opened page in an incognito window
Opened page in different browser
Verified with host provider (WP Engine) that cache clearing on install was working.
—
5.0 isn’t appearing to be available yet for me even though the token is valid. However, I didn’t see this as a FIX in the changelog though either.
No Updates available. You are running the latest version! (4.9.2.1)Please help, and thanks!
June 9, 2022 at 4:31 am #1354581Hey Julie,
Thanks for your question, this seems to be added via css:.alternate_color { background: #bf5716 url(//your-site.com/wp-content/themes/enfold/images/background-images/floral-dark.png) top center repeat scroll; }
Please include an admin login in the Private Content area so we can assist in removing it.
Best regards,
MikeJune 9, 2022 at 12:17 pm #1354636Mike,
Thanks – Credentials in private to fix dark-floral.png issue.One more, please For mobile I have:
/* HIDE LOGO on MOBILE*/ @media only screen and (max-width: 767px) { .logo { visibility: hidden !important; }}
That works great. But I’d like the phone (using text for site name) to be on same line as search icon. I tried
display: none; but that forces the search under the header bar. Would you have olution for this?Thanks for all of your help.
June 9, 2022 at 1:16 pm #1354640Hi,
Thanks for the login, the background image is added at Enfold Theme Options ▸ General Styling ▸ Alternate Content ▸ Background Image
I left it for you to change, then clear your browser cache and any cache plugin, and check.
As for your logo on mobile, I see that it is hidden but I don’t see a phone number in its place, did you already add this or are you asking to add this?Best regards,
MikeJune 9, 2022 at 1:32 pm #1354647Gah. I had the actual element cleared of the background image, didn’t think to check all global settings for that. Done. Thanks.
No – I used text instead of phone number there. The issue is in mobile view as described above. When hiding the logo, I’d like the phone(text) to display on same line as the burger menu/search. No gap.
June 9, 2022 at 1:54 pm #1354653Hi,
Thanks for the feedback, I was looking for a phone number, but now I see it’s the text in the Enfold Theme Options ▸ Header ▸ Extra Elements ▸ Phone Number or small info text
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:@media only screen and (max-width: 424px) { #header_meta .phone-info { font-size:16px; } } @media only screen and (max-width: 767px) { #header_meta .phone-info { top: 64px; position: relative; width: 80%; } }
After applying the css, please clear your browser cache and check.
Best regards,
MikeJune 9, 2022 at 2:07 pm #1354655Perfect! Resolved. Thanks!
June 9, 2022 at 2:12 pm #1354658Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘Color Section background image not clearing’ is closed to new replies.