-
AuthorPosts
-
November 16, 2014 at 7:37 pm #352121
I’m now over 30 purchases of your Enfold theme. I love it. Thank you for coming up with new theme demo options. I’ve just begun a site with the photography demo template.
I have one odd issue:
My pages and portfolio pages do not default to the correct color as seen in the Enfold Theme Options. I think they are mirroring the Logo area.
(for a temp fix I added a color section, but this will not work long term) The main content assigned is #fefeff, but the color showing up is closer to #333333.Also this site is a scholarly journal that will never have featured images. Is there a way to remove the portfolio slider image that shows on the “Blog Post” content element.
Thank you again!
Kathleen- This topic was modified 10 years ago by Wildwood.
November 16, 2014 at 9:45 pm #352173“Menu Sub-Text” edit:
Found it:
Edit Menu (sreen options drop down) Descriptions.
Thanks.- This reply was modified 10 years ago by Wildwood.
November 17, 2014 at 1:18 pm #352375Hi!
Thank you for using Enfold.
Glad you figured it out. Regarding the portfolio slider, is that fixed as well? If not, please provide a screenshot of the issue because I’m really not sure what you mean by “portfolio slider”.
Regards,
IsmaelNovember 17, 2014 at 4:44 pm #352515My pages and portfolio pages do not default to the correct color as seen in the Enfold Theme Options. I think they are mirroring the Logo area.
The main content assigned is #fefeff, but the color showing up is closer to black.
Also this site is a scholarly journal that will never have featured images. Is there a way to remove the portfolio slider image that shows on the “Blog Post” content element.
The background is suppose to be #fefeff, but is black (as seen in the sceenshot)
The image place holder (and corresponding icon) needs to be removed. (The white block and pencil icon) – can you help with this?http://editjems.org/wp-content/uploads/2014/11/Screen-Shot-2014-11-17-at-6.40.54-AM.png
Thank you,
- This reply was modified 10 years ago by Wildwood.
November 18, 2014 at 2:07 pm #352951Hi!
You can remove the fallback icon with this:
.page-id-490 .avia-content-slider .fake-thumbnail .slide-image { display: none; }
Please look for this code on the Quick CSS file then remove it:
#main, .avia-msie-8 .av_header_sticky_disabled#header { background-color: #333333; }
It overrides the theme options styling.
Best regards,
IsmaelNovember 18, 2014 at 5:06 pm #353067Hi Ismael,
I do not have anything in my Quick CSS.
Could the code have been brought over by the photography demo?Also I will need to remove the icons and the placeholder on all pages, not just page-id 490. Will this same code work on all pages?
Thank you,
KathleenNovember 20, 2014 at 2:12 am #354087Hey!
yes, you might be right, it could have been brought over by the demo. Please access to your custom.css via ftp to remove the code Ismael mentioned.
I can’t see any icons on your page. Could you remove it?
Best regards,
AndyDecember 10, 2014 at 7:11 pm #366182Hi Andy,
I’m using the same set up as above on another site, and again the background color is preset and I am unable to change it. (This time, however, using the code above with #fffff in Quick Code does not work.)
My settings:
Use stretched or boxed layout?
Stretched layout
Logo and Main Menu
Left SidebarAny and all color selections (splash green, vine, etc) do not allow the background color to change. They all take the theme background color.
To better explain this, please view this image:
Thank you.
December 10, 2014 at 11:54 pm #366334Hi!
I checked your link but it doesn’t look like your using that layout. Is this a different site?
You should still be able to use a color section in that area. Are you sure your setting the color of the color section?
Otherwise you can edit this in Dashboard > Enfold > General Styling. Click on the “Main Content” and “Alternate Content” tabs and set the background color or set a background image there.
Regards,
ElliottDecember 11, 2014 at 1:32 am #366371This reply has been marked as private.December 11, 2014 at 6:18 pm #366795Hey!
Add this to your custom CSS.
.html_stretched #wrap_all { background-color: red !important; }
Regards,
ElliottDecember 11, 2014 at 6:22 pm #366804Elliott,
My mistake, it is not pulling from body background, it is pulling for the SOCKET background
The main background color on the Homepage is coming from the
Socket background color
Default Background colorNot sure if this is what your team intended for the following layout:
Use stretched or boxed layout: Stretched layout
Logo and Main Menu: Left SidebarPlease review
December 11, 2014 at 6:30 pm #366807Elliott,
Thank you. That works! -
AuthorPosts
- The topic ‘Photography demo – Main background color and slider image’ is closed to new replies.