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

    Also, some of the sections wrap correctly when viewed on smaller screens (640 px wide):
    review
    contact

    I 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,
    Larry

    #481940

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

    #482374

    That 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?

    Review link
    Contact link

    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!

    #482942

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

    #483176

    Hi,

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

    #483472

    Rikard,

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

    #483727

    Hi,

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.