Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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!

    #1354581

    Hey 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,
    Mike

    #1354636

    Mike,
    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.

    #1354640

    Hi,
    Thanks for the login, the background image is added at Enfold Theme Options ▸ General Styling ▸ Alternate Content ▸ Background Image
    2022-06-09_002.jpg
    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,
    Mike

    #1354647

    Gah. 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.

    #1354653

    Hi,
    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,
    Mike

    #1354655

    Perfect! Resolved. Thanks!

    #1354658

    Hi,
    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Color Section background image not clearing’ is closed to new replies.