-
Search Results
-
do you have some tutorial on how to find /work out the right element code so we can use it to change colors and fonts etc etc for a particular area.
So for instance I am looking at wanting to change the Add to Cart / Show Details on the product or product slider.
this is one of many of different areas I would like to change colors and font sizes.So instead on me asking for 20 sets of coding, wondering if there is a tutorial ( using the ‘inspect’ function of the browser to get the right code.
Like the first line here
( I think this is what I am looking for this time)#top .avia_cart_buttons .button {
font-size: 20px;
color: orange;
}The font and color are easy, but not the rest
thanks
Hi,
I have recently enabled bbPress on my test webseite and ran into an issue. I would like to automatically create forum threads for new posted articles. To design some of the articles I’m using the advanced editor.
Now when the topic is created the Enfold shortcodes are displayed as clear text. For example:
[av_image src='https://xyz' attachment='512' attachment_size='full' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-jxg8f546' custom_class='' admin_preview_bg=''][/av_image]
Is there any way I can make bbPress to interpret these stylingcodes and at least display them in a simple way or make bbPress use the Enfold parser?
Currently using Enfold 4.7.6.4 and bbPress 2.6.6
Thanks very much.
Regards,
Klaas
Hi Guys
Do you know why I have 2 different toolbars on two different websites?
On one o can change the font family ans font size directly in the editor, whereas on the other website this settings are missing.I added two screenshots
thanks
Hi
I have some issues with the font size on the full width slideshow. On mobile I fixed it with the code below, but I can’t get it right on tablet. The font size should be smaller. How do I fix this?
Thank you in advance
@media only screen and (max-width: 767px) {
.avia-slideshow-inner, .avia-slideshow-inner img {
height: 300px !important;
}.avia-slideshow-inner img {
min-width: 1000px !important;
margin-left: 200px !important;
}
}
@media only screen and (max-width: 767px) {
.home .av-slideshow-caption .avia-caption-title {
font-size: 20px !important;
}.home .avia-caption-content p {
font-size: 16px !important;
}
}Hi,
On my site, I have a button that has the following shortcode;
[av_button label='INQUIRY' icon_select='no' icon='ue800' font='entypo-fontello' size='small' position='left' label_display='' title_attr='' color='dark' custom_bg='#ff2d1e' custom_font='#ffffff' link='manually,https://theavantnyc.com/contact/' link_target=‘_self’ id='' custom_class='' av_uid='av-8v8kw' admin_preview_bg='']I want to add another button using the same short-code but the only difference is that I want the button to be red color. I know I have to add a custom class to it but where do I add the class in the shortcode?
Thanks
