-
Search Results
-
Hi there,
Is it possible for me to be able to modify the formatting of the Tabs content element? Specifically, I would like to be able to:
1. set the font size
2. set the closed tabs background colour
Thanks for your help!
SteveTopic: Button 1 Label css
Hi all,
how can I change font size (and color) of the “Button 1 Label” element at the full screen slider?
Thanks
StefanTopic: Can't change font sizes
Hi,
I’m having trouble changing the font size for body text / blog post content. I’ve gone to theme options>General Layout>Font> and changed the size from 13 to 16 saved. But the font size remains the same on the front end e.g., this post font size is stuck at 13
Hello!
I have a section on every page on the site that contains a row with 1/5 column (empty) then 3/5 column (with full-width button) then 1/5 column (empty)– this row is saved as a template for quick insertion on all pages of the site.
For some reason, on just one page, the first 1/5 column does not work- it looks like the element is not even there.
I have tried moving the elements out of the section, deleting and re-creating them, and copying the section code over from another page, but it just won’t work.
I also just noticed the same problem is happening with a blank 2/5 column in a section at the bottom of the page, which has a back button and social media icons and a blank 2/5 col between them (this section also appears on every page of the site).
Can you help me fix this?
Links to screenshots and the site are below, and this is the code in the debugger:
[av_section min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' custom_class='']
[av_one_fifth first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat']
[/av_one_fifth][av_three_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat']
[av_hr class='invisible' height='20' shadow='shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' custom_class='']
[av_button_big label='Contact Us to Schedule a Free Consultation' description_pos='below' link='page,26' link_target='' icon_select='yes-left-icon' icon='ue89d' font='entypo-fontello' custom_font='#ffffff' color='custom' custom_bg='#1e417c' color_hover='custom' custom_bg_hover='#a4c383' custom_class=''][/av_button_big]
[/av_three_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='']
[/av_one_fifth][/av_section]
Thanks in advance for your help!
Hello!
How can I adjust full-width easy slider caption title font size, caption font size and caption positioning on small mobile views for one specific page only?
The code below works for most pages, but there are a couple that I would like to adjust individually if possible, and adding .page-id-60 in front of the code below doesn’t work.
What am I missing?
Links are below. Thanks in advance for your help!
/* adjust slider height on small mobile portrait views */
@media only screen and (max-width: 480px) {
#full_slider_1 .avia-slideshow-inner, #full_slider_1 img{
height: 120px !important;
}
}/* adjust caption locations on small mobile portrait views */
@media only screen and (max-width: 480px) {
.caption_bottom .slideshow_caption {
top: 150px !important; left: 1.5px !important;
bottom: auto !important;
}
}/* adjust slider caption title font size on small mobile portrait views */
@media only screen and (max-width: 480px) {
.responsive #top .slideshow_caption h2 {
font-size: 16px !important;
}
}/* adjust slider caption font size and line height on small mobile portrait views */
@media only screen and (max-width: 480px) {
.avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-content, .avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-content {
font-size: 10px;
line-height: 12px;
}
}
