• Resolved trippindian

    (@trippindian)


    Hi, I just started using Enigma-Parallax for my website https://trippindian.com/

    I like the theme very much but there are a few things I’d like to change.

    1. When I scroll down the header part scrolls down with the cursor. I want it to stay at the top only.
    2. How do I reduce the height of the menu and the slider.
    3. How to change the back-ground of the ‘Latest Blog’ part
    4. https://trippindian.com/travel-guides/ this a blog page I designed using CSS but the problem is I have to manually update it whenever there is a new post. Is there anyway that it updates automatically ? also if you guys can tell me how to make this page look like the Home page that’d be great.

    Thanks

Viewing 1 replies (of 1 total)
  • weblizar_support

    (@weblizar_support)

    Hello,

    Please go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme general Options.

    Now, copy below code and paste into Custom CSS.

    1. scroll down the header part

    @media (min-width: 1200px){
    .top_fix {
        position: relative !important;
    }
    }

    2. height of the menu and the slider

    .navbar-collapse {
        margin-top: 5px !important;
        margin-bottom: 0 !important;
    }
    .carousel .carousel-inner {
        height: 910px !important;
    }

    3. back-ground of the ‘Latest Blog’ part

    .enigma_blog_area::before {
        background: rgba(0, 0, 0, 0) url("images/bg2.jpg") repeat fixed 0 0 !important;
    }

    In this CSS you can give URL of the image in place of (“images/bg2.jpg”) which you want.

    4. Our free theme does not support this type of layout for more details please contact to weblizar.com

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Blog page for Enigma-Parallax’ is closed to new replies.