-
AuthorPosts
-
April 5, 2014 at 2:53 am #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~April 5, 2014 at 2:54 am #247708This reply has been marked as private.April 5, 2014 at 4:37 pm #247805Hey!
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,
YigitApril 6, 2014 at 3:17 am #247880Hi~ 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?
April 9, 2014 at 11:02 pm #249444Hi!
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,
YigitApril 9, 2014 at 11:04 pm #249446Hi~
Why only the text “home” is green and the rest of them is orange.April 9, 2014 at 11:09 pm #249450Hi!
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!
YigitApril 9, 2014 at 11:12 pm #249455Hi~
May I change the opacity of the header background no matter it is an image or just a color.April 10, 2014 at 7:42 am #249627Hi!
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,
IsmaelApril 11, 2014 at 9:31 pm #250381HI~
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~
April 13, 2014 at 10:05 am #250720Hi!
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,
IsmaelApril 14, 2014 at 4:50 pm #251194Hi~ 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~
April 15, 2014 at 7:50 am #251474Hey!
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,
IsmaelApril 15, 2014 at 8:15 am #251483Hi~
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~^_^/ -
AuthorPosts
- The topic ‘Header Issues for The latest version of Enfold…’ is closed to new replies.