Page Width, Remove Title, Fix Area, Slider Colour

LJ Started by Lukas Janik · March 29, 2018 at 9:53 am · 3 replies 1 voice Last reply 8 years, 3 months ago
LJ
Lukas Janik Original poster Member
#1

Hello i have a Problem with my website.

Notice: I cannot remove the plugin Elementor Pop Box, which is blocking your Elvinaa Theme in some way ( Support Answer ), i need it for my site.

1) Reduce the width of my site- Especially the Blog
2) Remove the Title of sites: http://prntscr.com/ixyfjg
3) Fix a certain are to all pages, so that i can have a second footer in some way: http://prntscr.com/ixyibd / http://prntscr.com/ixyih1

4) Change/ Reduce the Filter Color on the Slider
5) How can i add my own slider instead of your slider to a site.
6) How can i add more slider Pages to your slider, which are not linking to the blog.

Thank you for your time.
I am looking forward for your answer.

Best regards, Lukas Janik

ST
Spiracle Themes Original poster
#2

Hi Lukas

For Point 1)

Try the CSS below,

#blog-section .container{
width: 1170px;
margin: auto;
}

.col-md-9{
width: 75%;
float:left;
}

.col-md-3{
width: 25%;
float:left;
}

footer#footer{
clear: both;
}

ST
Spiracle Themes Original poster
#3

Hi Lukas,

For Point 2)

Use the CSS below

.section-title.page-title{
display: none;
}

For Point 3)
This point needs development. You need to hire someone who can code for you or you can hire one of our developer for this

For Point 4)

#parallax-bg #slider-inner:before {
background: rgba(0,0,0,.2);
}

This CSS is responsible for dark overlay over the image. You can either increase the decimal value or decrease it. Maximum range is 1 ie you can try from 0 to 1

Regards

ST
Spiracle Themes Original poster
#4

Hi Lukas,

For point 5 and 6

You need to edit header.php which is in the root folder of the theme Elvinaa.
Open this file in your text editor and find line number 135 and replace the current function with your slider function or shortcode

Regards

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Page Width, Remove Title, Fix Area, Slider Colour

By posting, your reply becomes public (unless marked private).