Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #247707

    Hi~ I updated Enfold to 2.62.
    I tried to change header background in Enfold>styling>header>background Image> upload custom image. It shows correctly in preview above, but didn’t change the real page. Then I changed the header font color , nothing changed also in real pages. Any idea why?
    Thanks~

    #247708
    This reply has been marked as private.
    #247805

    Hey!

    You have many plugins installed. Please try deactivating them and check if that helps. Then you can activate them one by one to find the culprit

    Best regards,
    Yigit

    #247880

    Hi~ I deactivated all plugins, the header text color still didn’t changed. Plus what the relationship between header image and header color ,is one of them gonna cover or block the other one?

    #249444

    Hi!

    It seems like it was a caching issue as it is working fine on my end – http://i.imgur.com/7v55wsD.png
    Can you also check once again and confirm that it is working fine on your end as well?

    Best regards,
    Yigit

    #249446

    Hi~
    Why only the text “home” is green and the rest of them is orange.

    #249450

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .header_color .main_menu ul:first-child > li > a { color: #408c20; }

    and adjust as needed

    Cheers!
    Yigit

    #249455

    Hi~
    May I change the opacity of the header background no matter it is an image or just a color.

    #249627

    Hi!

    Yes, that is possible. Just use this on Quick CSS:

    .header_color .header_bg {
    opacity: .5;
    }

    This will give the background a 50% transparency.

    Best regards,
    Ismael

    #250381

    HI~
    It seems that there are always has some issues existing in the header setting. I may put some codes in it to change that but still, sometimes it didn’t works…. Hope you guys could update it in the next version.

    Thanks~

    #250720

    Hi!

    Are you still having header issues? Can you please elaborate the problem? We’ll be happy to assist you with it. If you added some css modifications for the header before updating the theme, you might want to remove those css modifications then configure the header settings again.

    Best regards,
    Ismael

    #251194

    Hi~ Yes, I may still have issues…
    1. If I choose one image as my header background, does it suppose to use the image and never changed? I mean even I scrolls down and shrinks the header, the image background still showing up instead of nice white color..Is that normal? What if I want to use the white color background when it shrinks.
    2. May I make the image of header background transparent? I use the code below;

    .header_color .header_bg {
    opacity: .5;
    }
    It’s works fine for the white color background but failed for the image background…

    Thanks for your help~

    #251474

    Hey!

    You modified the header a lot and it is really difficult to keep track of the changes. We can only provide minor aesthetic changes on the support forum. I’m sorry but please hire a freelance developer to polish the modifications on the header. This will save you a lot of time.

    1.) If you want to change the background of the shrinked header when scrolled, use this:

    .header_color.header-scrolled .header_bg {
    background: white;
    opacity: 1;
    }

    2.) Please edit the actual background image to make it transparent before using as the header’s background image. Save it as PNG format.

    Please visit Werkpress for further customization.

    Regards,
    Ismael

    #251483

    Hi~
    Well, I think there’re some bugs in the header setting function like I mentioned above. Even I didn’t put any customized code in the quick CSS section at first, some unexpected errors force me to make some changes… Maybe you could trying to fix it in the next version of Enfold.
    Anyway, thank you so much for your help~^_^/

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Header Issues for The latest version of Enfold…’ is closed to new replies.