• Resolved kisiello

    (@kisiello)


    Hello,
    i have a few questions:
    1. How can I change the size of the sliders? I am speaking about length, the first one is too large and the last one is too small comparing to the second one.
    2. How can I modify tables spaces beetween tables which are on the sliders(title, description, button)?
    3. How can i change footer widget area background to background of the head area(the first one area in the site)?

    PS: I must admit, that this is awesome theme!

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi,

    Please use the below CSS code in custom CSS box and save the changes.

    For changing the slider height –

    @media(min-width:1200px){
    div#myCarousel img {
        height: 550px;
    }
    }
    @media(max-width:768px){
    div#myCarousel img {
        height: 400px;
    }
    }
    @media(max-width:480px){
    div#myCarousel img {
        height: 400px;
    }
    }

    2) For spacing between sliders(title, description, button) –

    @media(min-width:1200px){
    div#myCarousel .carousel-text h1 {
        margin: 0 0 30px 0;
    }
    div#myCarousel .list-unstyled {
        margin-bottom: 30px;
    }
    }

    3) For footer widget area background color –

    .enigma_footer_widget_area {
       background: #34495e !important;
    }

    You can change all the parameters as per requirement.

    Thanks.

    Thread Starter kisiello

    (@kisiello)

    Thank you very much! It works! You’re great!

    Thread Starter kisiello

    (@kisiello)

    Another problem..
    Can i somehow add a white background(like it is under the title behind posts) only behind home blog title in blog area (h3)?

    If not, can i change font color and underline color of the blog title in blog area?

    Hi,

    If the background color is added to the title then the border-bottom will be removed. Below is the CSS –

    .enigma_heading_title h3 {
        background-color: #fff;
        padding: 10px;
    }

    And if you want to change “font color and underline color” here is the CSS code for this –

    .enigma_heading_title h3 {
        border-bottom: 4px solid #fff;
        color: #fff;
    }

    You can change the color as per choice.

    Both are the option above apply one of them as per your requirement.

    Thanks.

    Thread Starter kisiello

    (@kisiello)

    Thank you very much!

    Another problem, i must reinstall my wordpress and now menu doesn’t show on my website, only i can see it when i am modifying the theme. What should i do?

    For this go to Admin Dashboard -> Customize -> Theme option -> theme general option, here you can see the “Display sidemenu” option. select your menu and publish it.

    Thanks.

    Thread Starter kisiello

    (@kisiello)

    Okey, it was some kind of bug, because i had got good menu chosen but it haven’t been working, then i changed to other menu and changed back and it works.

    Another question, i checked my site by gtmetrix and that what i get:

    
    "The following inline script blocks were found in https://pretendenci.pl/ between an external CSS file and another resource. To allow parallel downloading, move the inline script before the external CSS file, or after the next resource.
    
    Inline script block #2
    The following external CSS files were included after an external JavaScript file in https://pretendenci.pl/. To ensure CSS files are downloaded in parallel, always include external CSS before external JavaScript.
    
    https://pretendenci.pl/wp-content/themes/enigma-parallax/style.css
    https://pretendenci.pl/wp-content/themes/enigma-parallax/css/bootstrap.css
    https://pretendenci.pl/wp-content/themes/enigma-parallax/css/default.css
    https://pretendenci.pl/wp-content/themes/enigma-parallax/css/enigma-theme.css
    https://pretendenci.pl/wp-content/themes/enigma-parallax/css/media-responsive.css
    https://pretendenci.pl/wp-content/themes/enigma-parallax/css/animations.css
    https://pretendenci.pl/wp-content/themes/enigma-parallax/css/theme-animate.css
    https://pretendenci.pl/wp-content/themes/enigma-parallax/css/swiper.min.css
    https://pretendenci.pl/wp-content/themes/enigma-parallax/css/photobox.css
    "
    

    Can i somehow change it and optimize it, or it isn’t possible without breaking a site?

    hello,

    These all occur due to the plugin not from the theme and this is not the errors. You don’t need to worry about this, because your site scoring very well.

    Thank-you.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Modification of slider’ is closed to new replies.