-
Search Results
-
Hi,
Is it possible to reduce the font size of the “mega menu”? I have a particular menu that has a lot of sub-menus so I like how it can be displayed as a menu with columns, but I prefer the font to be exactly the same as a non-mega menu.Thanks.
Hi,
is there a way to increase font size in table? I’d like the header to be a bit bigger than what it is as the proportion between header and price is disproportionate.
Thank you.
Antonio
Hi,
I need to adjust the text size in <p> and
- inside accordion containers. I tried identifying the CSS with Firebug but just couldn’t get it right.
I’m targeting specific pages with .page-id-xx and have tried .toggle_content { font-size: 11px}. Also tried with page id and toggle_content invers-color but can’t get it to change.
Could you please tell be what CSS I specifically need to target/change?
Thanks
I have the following css, which I’ve tried in quick css as well as in the custom css style sheet, that only displays when I do a page preview from wordpress and not on the actual page. I’ve tried from Safari and Chrome, cleared cache etc.
/* Slider labels */
#fieldname2_2_caption, #fieldname3_2_caption {
font-size: 20px;
margin-top: 30px;
}
#field_2-3 label, #field_2-4 label {
font-size: 20px;
}
#field_2-5 label {
font-size: 20px;
}
#fieldname1_2 {
font-weight: 500 !important;
font-size: 35px !important;
color: #2980B9 !important;
}
/* Thumbs */
#fieldname2_2_slider span, #fieldname3_2_slider span {
height: 25px !important;
width: 25px !important;
}
/* div spacing */
#field_2-5 .dfield {
width: 100% !important;
}
#field_2-3 .dfield, #field_2-4 .dfield {
width: 100% !important;
margin-top: 15px;
}
#field_2-1 {
margin-top: 20px;
}
#field_2-2 {
margin-top: 20px;
}Any suggestions?
Hi, you guys have already helped me a lot with a lot of questions, but I have a follow-up question about a previous topic.
https://kriesi.at/support/topic/add-extra-logos-in-head-space/
The extra text in my header space now shows up as 1st line black, 2nd line blue like a hyperlink.
I would like to change the color. I want the first line to be blue (not a hyperlink but this color: #51b2ea) and the second line to be orange (#fd8917 stil a hyperlink). Is there any way to do this? I’ve included below the quick CSS lines I currently use. Also the lines in my functions.php.
My seconds follow-up question to this is the placement of the NRTO logo and the Social links. Can I put the NRTO all the way on the right and the social links where the NRTO was? (So essentially swap them out for each other).
Thanks in advance!
#scroll-top-link {display: none; } strong.second-logo { float: right!important; position: relative; margin-right: 21%; } .second-logo img{ padding-top:50px; } .header-scrolled .second-logo img { padding-top: 10px; } #top .social_bookmarks li a { font-size: 25px; } @media only screen and (max-width: 768px) { #top .social_bookmarks li a { font-size: 18px; } strong.second-logo { margin-right: 30%; }} #top .social_bookmarks li a { color: #5cb4e4; } #top .avia-logo-element-container .slide-image { background: transparent !important ; } .main_color input[type='submit'] { background-color: #51b3ea; color: white; border-color: #51b3ea; } .main_color input[type='submit']:hover { background-color: ##51b3ea; color: white; border-color: #51b3ea; } .header-message { position: relative; top: 80px; left: 38%; } @media only screen and (max-width: 769px) { .header-message { left: 40%; }} @media only screen and (max-width: 480px) { .header-message { top: 190px; left: 13%; }} .header-message { margin-top: -44px; } .header-scrolled .header-message { top: 50px; } .header-message * { font-weight: bold !important; } .header-message { z-index: 99; } .header-scrolled .logo img,.header-scrolled .second-logo a { padding-top: 0; } .logo img { padding-top: 20px; } strong.second-logo a { padding-top: 10px; } @media only screen and (max-width: 768px) { .header-message { display: none!important; }} @media only screen and (max-width: 480px) { strong.second-logo { margin-right: 20%; }} @media only screen and (max-width: 768px) { .second-logo { display: none !important; }} .home .avia-builder-el-5 { margin-right: 8%; margin-top: 20px; } .home .avia-builder-el-4 { margin-left: 8%; margin-top: 20px; }function second_logo($logo) { $logo .= '<strong class="second-logo logo bg-logo"><a href="http://www.nrto.nl/partnerorganisaties/kwaliteitslabels_en_keurmerken/geschillencommissie/"><img src="http://www.tophbo.org/wp-content/uploads/2015/04/NRTO-logo-2.jpg"></a></strong>'; return $logo; } add_filter('avf_logo_final_output', 'second_logo'); function my_home_category( $query ) { if ( $query->is_home() && $query->is_main_query() ) { $query->set( 'cat', '17'); } } add_action( 'pre_get_posts', 'my_home_category' ); add_action('ava_main_header', 'ava_main_header_mod'); function ava_main_header_mod() { $output = '<div class="header-message">'; $output .= '<span class="blue bold">Kom naar een informatieochtend!</span> <br>'; $output .= '<a href="http://www.tophbo.org/informatieochtend/" class="orange bold">Loop even binnen of meld je hier aan!</a>'; $output .= '</div>'; echo $output; } function custom_widget_featured_image() { global $post; echo tribe_event_featured_image( $post->ID, 'thumbnail' ); } add_action( 'tribe_events_list_widget_before_the_event_title', 'custom_widget_featured_image' );Topic: IconboxIcon Centered symbols
Hello
I insert this code to change icons size
.iconbox_top .iconbox_icon { font-size: 40px!important; height: 35px; width: 35px; line-height: 30px; top: -20px; }
.iconbox .iconbox_content .iconbox_content_title { margin: 5px 0 6px 0; }
.iconbox_top .iconbox_content { margin-top: 20px; }
But icons are not centered on the circles.
Can circles centered to symbols?link: test.psprint.gr
Topic: change subheading styling
Hi,
I can only change the color of the subheading with the following custom css, but I also want the font, weight, size, and case changed.
.av-subheading {
font-family: ‘Montserrat’;
font-weight:400;
font-size:17px;
color:#e68903;
text-decoration:uppercase;
}Google Font is loaded, and I’ve also tried by adding ” !important” to each rule… It doesn’t work.
Topic: Tool Tip size and Font Size
The tool Tip Function is something I need for what I am doing but the box and the font size is way too big…I searched everywhere and could not ge it smaller…this would be a global change for me so would be great to be in quickCSS – aso, I may want to add a shadow to the text/box
thanks for your help
https://dl.dropboxusercontent.com/u/4309835/blog/screenshots/2015-04-29_0713_mcmToolTip.png
Hi :)
I’m using the following code to generate a simple list using icons as bullets:
[av_font_icon color="" font="entypo-fontello" icon="ue804" size="12px" position="left" link="" linktarget="no"]Click here to add your own text [av_font_icon color="" font="entypo-fontello" icon="ue804" size="12px" position="left" link="" linktarget="no"]Click here to add your own text [av_font_icon color="" font="entypo-fontello" icon="ue804" size="12px" position="left" link="" linktarget="no"]Click here to add your own textHow can I indent certain items on that list? I’ve tried adding margin-left etc into the shortcode and wrapping single items in divs but nothing seems to work,
Thanks for any suggestions.
Jon.
