-
Search Results
-
Hi there
I have created a code block to be able to add a colored background behind the text. however I now want to add the same colored background behind the text “Dowsers Society of NSW Inc.” as well – however I have used a special heading element and changed the font size of the H1 heading to be larger on desktop and a different size on mobile. How can I create the same sizing but with the colored background like the ”
Looking for answers?
Learn to dowse” text?<div style = “padding: 20px; background: rgba(0,0,0,0.3);”>
<section class=”av_textblock_section av-lvg5hiz5-387748b8bb20df7039517ac6d2cf3547 “>
<div class=”avia_textblock av_inherit_color”>
<h2 style=”text-align: center;”><span style=”color: #ffffff;”>Looking for answers?</span><br>
<span style=”color: #ffffff;”>Learn to dowse</span></h2>
</div>
</section>Hi,
I would like to decrease the font-size and the button-size of the posts in the post-slider. How can I achieve this?
I would also like to remove the date from the post-slider. How?Example-Page on private content
Best regards
I’ve added button shortcode to the footer > widget > Custom HTML object. However the button doesn’t match the other website’s buttons, specifically the button colour, the text font size, the padding around the text, and the button corner radius.
I used this code:
[av_button label='Text' link='manually,http://' link_target='' size='large' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#9537e7' custom_font='#ffffff' av_uid='av-5obiu2i']What’s the correct code to get a matching button?
How do you make the font size larger in the footer widget menu, without impacting any other text?
How do you change the font colour in only one footer widget title? For example, only the title of the third column.
Hi there
How can I change the font size/heading of the blog category page headings. I need the category to be larger than the blog title.
Eg Dowsing for Health (this is the heading size I want to change to H1 if possible – or just the font size of all category headings for blog topics)
Health, News
Healing with Magnets (Blog title)https://dowsingaustralia.com.au/category/health/
Cheers
NatashaHi!
I have created a blog post page using the blog post element and I would like to format their appearance https://www.alexandrubugnariu.ro/blog/ :
– align everything to the left (category, title, line under the title, date, comments)
– put date & comments under the title
– have the title with normal letters instead of uppercase (only for the blog titles, not everywhere on the website)
– have a „read more” linkAnd, in the actual blog post the same:
– aligned left (including the space occupied in the page; not centered, but left aligned)
– normal fornt title (no uppercase)
– smaller font size for the titleThank you!
I have this code:
[av_button label='Learn more' link='manually,http://specinvtraining.com' link_target='blank' size='small' position='left' label_display='' title_attr='' icon_select='no' font='entypo-fontello' color='orange' custom_bg='#oooooo' custom_font='#ffffff' av_uid='av-bl0j5' id='' custom_class='' admin_preview_bg='']
But the button open the new website in the same window.
Must need. tweak?
Thanks
Topic: Glitch on mobile
Hi, I guess my custom css produces a glitch on mobile: The underlined font is not displayed properly and the cookie banner appears misplaced (at the far bottom of the page).
On Desktop everthing looks great. Can you help me please?This is my custom css:
/* Header mobile */ @media only screen and (max-width: 767px) { .responsive #top #wrap_all #header { position: fixed; } } @media only screen and (max-width: 767px) { .responsive #header_main .container { height: 50px !important; } .responsive .logo a { vertical-align: top !important; } .responsive .logo img { max-height: 50px !important; } } @media only screen and (max-width: 767px) { .responsive #top #wrap_all .main_menu { top: -15px; height: 45px; left: auto; right: 0; display: block; position: absolute; } } @media only screen and (max-width: 500px) { .responsive #top #wrap_all #main { padding-top: 50px !important; } } /* Farbe Nachrichtenversand */ h3.avia-form-success{ color:#99a502!important; } /* Header Button Mobile*/ @media only screen and (max-width: 767px) { .home .avia-fullscreen-slider .caption_bottom .slideshow_caption { bottom: 325px; left: 300px; } .home .slideshow_inner_caption .avia-slideshow-button.avia-button { background-color: #a37652; color: white; border-radius: 10px; } } @media only screen and (max-width: 767px) { #top #wrap_all .slideshow_inner_caption .avia-slideshow-button.avia-button { background-color: #a37652; color: white; border-radius: 10px; } } /* Text mit Foto*/ .avia_textblock p img { border-radius: 100%; box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 4px 4px; } .avia_textblock img.alignleft { margin-right: 40px; margin-bottom: 20px; } @media only screen and (max-width: 767px) { #hello .avia_textblock img { width: 50%; } } /* ScrollDown Pfeil */ #top .scroll-down-link { color: #a47654; } /* Blog Leerzeile entfernen */ .page-id-691 #after_section_2 { display: none; } /* Blog Postdatum entfernen */ .page-id-691 .av-masonry .av-masonry-date { display: none; } /* SocialMedia Icons*/ #top #wrap_all .av-social-link-instagram:hover a, #top #wrap_all .av-social-link-instagram a:focus { color: #fff; background-color: #c82161; } /* Icon Circle schneller*/ .avia_start_animation .avia-icon-circles-inner { transition: all 0s cubic-bezier(0,0,0,0); } /* Desktop Menu*/ @media only screen and (max-width: 2500px) { #top #header.av_header_transparency .av-main-nav > li.menu-item { display: none!important; } #top #header.av_header_transparency .av-burger-menu-main { cursor: pointer; display: block!important; } } /* Header Button Desktop*/ @media only screen and (max-width: 450px) { .slideshow_inner_caption { top: -40px; } } @media only screen and (min-width: 768px) { #top .caption_bottom .slideshow_caption .slideshow_inner_caption { position: relative; text-align: center; } #top .slideshow_inner_caption .avia-slideshow-button.avia-button { width: 500px; height: 56px; font-size: 22px; } @media only screen and (min-width: 768px) { .slideshow_inner_caption { top: -125px; } } #top #wrap_all .slideshow_inner_caption .avia-slideshow-button.avia-button { background-color: #a37652; color: white; border-radius: 10px; } #top #wrap_all .slideshow_inner_caption .avia-slideshow-button.avia-button:hover { background-color: #c79a52; color: white; border-radius: 15px; } /* CookieBanner*/ #top .avia-cookie-consent .avia-cookie-consent-button.av-extra-cookie-btn, #top .avia-popup .avia-cookie-consent-button.av-extra-cookie-btn { background-color: #484f5d; color: #ffffff; border-color: #484f5d; border-radius: 10px; } #top #wrap_all .header_color #menu-item-1628.av-menu-button-colored > a .avia-menu-text, #top #wrap_all .header_color #menu-item-1627.av-menu-button-colored > a .avia-menu-text { background-color: #484f5d; color: #ffffff; border-color: #484f5d; border-radius: 10px; } .html_elegant-blog #top .avia-content-slider .blog-categories { display: none; }Website-Link on private content.
Thank you in advance an best regards!

