Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1241632

    Hi
    I have created a simple page but am having trouble:

    1. I have a page heading and a heading for each column and they are just not showing at all.

    2. I love the timeline element and it looks great, but the icons don’t show up very well on the phone. The green is not visible.

    I have created a login for you in case you need it.

    #1241938

    Hey ginnywills,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
     @media only screen and (max-width:989px){
        .avia_transform .avia-timeline-vertical.avia-timeline-animate .milestone_icon {
            opacity: 1;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        } 
     }
    

    Which column headings are you referring to?

    Could you please attach some screenshots of the issue?
    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1241939

    Hey ginnywills,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
     @media only screen and (max-width:989px){
        .avia_transform .avia-timeline-vertical.avia-timeline-animate .milestone_icon {
            opacity: 1;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        } 
     }
    

    Which column headings are you referring to?

    Could you please attach some screenshots of the issue?
    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1242223

    Regarding the column headings that are not showing. See the screenshot for what I have set up for the page, but on the front end none of the headings show up. Its weird. Here’s the page: https://www.prepatl.com/get-started/

    #1243819

    Hi,

    Did you figure out the issue? The heading inside each column is now displaying properly on our end. Please check the screenshot below.

    Screenshot: https://imgur.com/a/0PkFseZ

    Best regards,
    Ismael

    #1244377

    No I did not figure it out. However, after some troubleshooting, I realized that the <H2> tags were not showing, no matter what I did, so I just changed them to different headings. Very strange — only this one page on the website that gave me trouble.

    #1244759

    Hi,

    Thank you for the update.

    It’s possible that a css code that hides any h2 tag in the site was added before. Do you remember adding any kind of css code related to headings or fonts?

    Best regards,
    Ismael

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