Page Width, Remove Title, Fix Area, Slider Colour
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
Replies (3)
-
March 29, 2018 at 9:53 am
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/ixyih14) 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
-
March 30, 2018 at 4:43 am
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;
} -
March 30, 2018 at 4:55 am
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 thisFor 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
-
March 30, 2018 at 4:58 am
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 shortcodeRegards