Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #839152

    The homepage of our website – http://37.220.93.50/~securityshred – is styling the website footer the way we would like it to appear, however all other pages on the website do not adopt the same style.

    Below is the custom CSS we have added on the site;

    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
    background: transparent!important;
    position: absolute!important;
    }}

    @media only screen and (max-width: 767px) {
    .av-single-slide.slide-1.active-slide{
    background-position: -600px 5px!important;
    }

    }

    #footer h3.widgettitle {
    background-color: transparent!important;
    }

    How can we ensure the footer styles consistently throughout all pages on the website?

    Thanks,
    Adam

    #839246

    Hey Adam,

    Please try adding this as well:

    #footer h3.widgettitle {
        border-style: solid !important;
        border-width: 1px !important;
        padding: 10px 0 !important;
        border-left: none !important;
        border-right: none !important;
        margin-bottom: 15px !important;
    }

    Best regards,
    Rikard

    #839325

    Perfect!

    Thanks Rikard.

    #839459

    Hi!

    We’re glad that Rikard was able to help you! We’ll close this topic now. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.

    For your information, you can also take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/

    We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads

    Thank you for using Enfold.
    Cheers!
    Sarah

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Homepage Styling Appearing Different To All Other Website Pages’ is closed to new replies.