Home › Forums › Air WordPress Theme › Text Slider opacity
- This topic has 4 replies, 2 voices, and was last updated 9 years ago by
SeaTheme.
-
AuthorPosts
-
May 24, 2017 at 7:01 pm #13028
Hi,
Thanks for a great Theme!
Is it possible to have the white background on frontpage slider to have it in opacity so you see some of the picture?
Also change the text to be bigger so you see more of the bg-picture?
Also if possible to decrease the space so the masonry media grid is visible without scrolling to much?
Thanks in advance!
May 25, 2017 at 2:50 am #13029Hi, thank you for purchasing our theme
Is it possible to have the white background on frontpage slider to have it in opacity so you see some of the picture?
I don’t understand this question.
Did you talk the text slider? Please paste the style code to Custom Css (Appearance > Theme Options > General Settings : Custom Css):.text-slider-inn.middle-ux { opacity: .4; }fyi: this css will make all text having opacity.
You could change the font size(72px/18px is default vaule) for the text in slider by the Custom Css:
/*heading 1 font size*/ .slider-headding-1 { font-size: 72px; } /*content text font size*/ .slider-con-inn { font-size: 18px; }To decrease the slider wrap space by Custom Css:
.top-slider.top-slider-text { height: calc(100vh - 80px); }fyi:
calc(100vh - 80px)is default value, if you decrease 100px, it should becalc(100vh - 180px)Regards!
Bwsm – uiueux.com – Twitter – FacebookMay 25, 2017 at 6:30 am #13035Hi,
Wow, thanks for your quick reply and support! 🙂 Maybe I was a bit unclear regarding the slider, Yes I meant the text slider but the white bg that are above the chosen image. Text should be as it is but the white wrap some opacity.
Is there any way to get the page content appearing before the portfolio items on template : “Introduction Above Text”
Huge thanks and have a great day!
May 26, 2017 at 2:49 am #13042Welcome 🙂
1. It is not possible. It is not easy to explain. In fact, the image is above white bg. Because it is by css -webkit-background-clip/-webkit-text-fill-color, the image is added within heading text not page background(white bg).
May 26, 2017 at 2:53 am #13043Is there any way to get the page content appearing before the portfolio items on template : “Introduction Above Text”
Please find line 34-45 of /functions/interface/interface-template.php:

It should be://Template page content function airtheme_interface_page_content(){ $page_template = airtheme_get_post_meta(get_the_ID(), 'theme_meta_page_template'); if($page_template != 'blog-masonry'){ if(!airtheme_enable_pb()){ airtheme_get_template_part('page/content', false); } } airtheme_get_template_part('page/content', 'blog'); } -
AuthorPosts
- You must be logged in to reply to this topic.
