• Resolved mtechmanan

    (@mtechmanan)


    In the lite version of Allegiant under “Add your custom tagline” it is transparent and shows the background of the mountain, however after purchasing the pro version of allegiant it shows as grey? Is there a way to get it transparent?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello @mtechmanan,

    Hope you are well!
    Please add the following code and it will fix it:

    .tagline {
        background: transparent;
    }
    

    Hope this helps!

    Best wishes,
    Mihaela

    • This reply was modified 6 years, 10 months ago by Miha.
    Thread Starter mtechmanan

    (@mtechmanan)

    Hey @mplusb thank you for the reply, where exactly do I add this?

    Thanks

    • This reply was modified 6 years, 10 months ago by mtechmanan.
    Thread Starter mtechmanan

    (@mtechmanan)

    @mplusb

    I currently have it as:

    /* HOMEPAGE TAGLINE */
    .tagline { padding:50px 0 10px; background: transparent; text-align:center; }
    .tagline-body { padding:0 0 30px; }
    .tagline-title { font-size:2.3em; margin:0 0 5px; text-transform:uppercase; }
    .tagline-content { margin:0 auto 20px; font-size:1.6em; }
    .tagline-link { margin:30px auto 30px; }
    .tagline-image { display:block; margin:0 auto 30px; }

    and its still showing a grey background

    I’m sorry @mtechmanan! I completely forgot to mention where. Please add it in Appearance -> Customize -> Additional CSS. This way when you will update the theme, the modification will remain.

    Best regards,
    Mihaela

    • This reply was modified 6 years, 10 months ago by Miha.
    Thread Starter mtechmanan

    (@mtechmanan)

    Hello @mplusb I have added the code you provided into additional CSS but unfortunately I’m not seeing any chance? The background is still grey

    https://mtechnetau.000webhostapp.com/

    if you would like to take a look 🙂

    Please give it a try now:

    body .tagline {
        background: transparent;
    }
    

    And if you want it exactly like it is on the services section then replace it with this:

    body .tagline {
        background: rgba(0,0,0,0.4);
    }
    

    Let me know how it goes!

    Best regards,
    Mihaela

    Thread Starter mtechmanan

    (@mtechmanan)

    hello, tried both still not working

    Hi @mtechmanan,

    As this is support for the PRO version, can you please drop us an email about this at: help@cpothemes.com

    Thank you!
    Mihaela

    • This reply was modified 6 years, 10 months ago by Miha.
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Demo not the same as Paid?’ is closed to new replies.