-
AuthorPosts
-
July 31, 2015 at 6:25 pm #481516
I am working on a site and I am running into some issues.
I am using the one page restaurant demo as my base. I have 2 sections using the special heading that won’t allow me to make the text with:
review
contactAlso, some of the sections wrap correctly when viewed on smaller screens (640 px wide):
review
contactI can create an admin account if you want to take a look at how I set things up. The contact section is right from the demo content.
thanks,
LarryAugust 3, 2015 at 8:48 am #481940Hi dabomb!
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) { #review .av_one_half, #contact .flex_column { margin-left: 0% !important; width: 100% !important; } }
Regards,
RikardAugust 3, 2015 at 7:39 pm #482374That fixed the wrapping issues. What is the solution as to why the Free Review and Contact Us text is black when I have changed the default color in the Colors tab for the Special Heading admin?
I use the same exact setup on other links on the page that work fine, but for some reason, those 2 links don’t recognize the custom color.
Please advise.
thanks!
August 4, 2015 at 8:25 pm #482942I used some inline css for the font color, size and line height. I thought it would have been easy to use the special heading, like I did for all the other sections. For some reason the last 2 sections didn’t work in the special heading admin section. I don’t know if this is a bug or not, but I shouldn’t have had to do this manually.
August 5, 2015 at 10:02 am #483176Hi,
Did you remove the special headings on the review and contact page? I couldn’t find any on that page, please put it back so that we can find out if you have some conflicting CSS somewhere.
Thanks,
RikardAugust 5, 2015 at 4:31 pm #483472Rikard,
As I explained, I tried everything I could think of using the special headings. I put it back on the page so you can see it. There are now 2 heading areas for Contact Us. One is with the special headings element. I set the color to custom and made it white (#ffffff). The other I did manually with a text area and did the inline coding to make the text white, and have a font size and line height of 60px.
Please let me know why the special heading element isn’t working correctly.
thanks,
LarryAugust 6, 2015 at 8:32 am #483727Hi,
I’ve seen this happen on another site and I’m not sure why it’s happening but it apparently is, please add the following to Quick CSS:
.av-special-heading-tag { color: inherit !important; }
If you should be getting trouble with special heading you didn’t set a custom colour to, then please add the page-id class before .av-special-heading-tag so that it will only affect the page(s) where the custom colour is not applying.
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.