Viewing 30 results - 13,891 through 13,920 (of 18,734 total)
  • Author
    Search Results
  • #439038

    Hi pixallus!

    Thank you for using Enfold.

    You can modify the css:

    .av-siteloader {
      font-size: 10px;
      position: relative;
      text-indent: -9999em;
      margin: 0 auto;
      border-top: 2px solid rgba(0, 0, 0, 0.2);
      border-right: 2px solid rgba(0, 0, 0, 0.2);
      border-bottom: 2px solid rgba(0, 0, 0, 0.2);
      border-left: 2px solid #000;
      -webkit-animation: av-load8 0.8s infinite linear;
      animation: av-load8 0.8s infinite linear;
    }

    You can find the animation keyframes in the css > layout.css file:

    @-webkit-keyframes av-load8 {
      0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
      100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
    }
    @keyframes av-load8 {
      0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
      100% {-webkit-transform: rotate(360deg); transform: rotate(360deg); }
    }

    It’s possible to create your own animation. Look for any css animations tutorial.

    Cheers!
    Ismael

    #438941

    Hey!

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    li#menu-item-search a:after {
      content: 'Search';
      display: block;
      position: absolute;
      font-size: 11px;
      top: 5px;
      left: 30px;
    }

    Adjust the position if necessary.

    Regards,
    Ismael

    #438506
    shoo
    Participant

    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.

    #438398

    Hey!

    1. Try adding this code to the Quick CSS:

    .term-description {
        font-size: 22px;
        line-height: 32px;
    }

    2. Sidebar appears to be working fine on the product page you linked.

    Cheers! 
    Josue

    #438386

    Hi akmhou ;
    have you tried with :

    #top .aviaccordion-preview h3{ font-size: 11px}
    #top .aviaccordion-preview p{ font-size: 11px}
    
    #438369
    abortolotti
    Participant

    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

    #438310
    akmhou
    Participant

    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

    #438051

    Hey Sasha!

    Please add following code to Quick CSS

    ul.nested_nav:before {
      content: 'Here is my title';
      font-size: 18px;
      color: black;
    }

    Regards,
    Yigit

    #437867
    rhythmrascal
    Participant

    I would like to reduce the cell spacing(vertical) and font size on the sub level menus on my pages. Specifically the menu that appears when you hover. I’ve tried using the Advanced Styling interface but nothing I do changes anything. I’ve dug through past posts on the forum but haven’t found anything that can effect that sublevel via css or otherwise. I’ve included a user account for you below.

    caminator
    Participant

    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?

    #437506
    erikvermeulen
    Participant

    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' );
    • This topic was modified 10 years, 11 months ago by erikvermeulen.
    #437414

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .term-description {
      font-size: 14px;
    }

    Cheers!
    Yigit

    #437133

    In reply to: soporte

    Hola,

    1. Fijate ahora, lo que hice fue definir una pagina de Blog en las Opciones del Theme y ademas añadí este filtro para reducir la cantidad de letras que aparecen en el final del breadcrumb:

    add_filter('avia_breadcrumbs_args', function($args) {
    	$args['truncate'] = 40;
    	return $args;
    });

    2. Es asi como WordPress bota la fecha, he cambiado el formato en Ajustes > Generales y se ve mejor ahora.

    3. Utiliza este código CSS:

    .widget_post_views_counter_list_widget li a {
        font-size: 16px !important;
        line-height: 22px; !important;
    }

    4. Cambia esta linea en header.php:

    if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';
    

    A:

    if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1">';
    

    5. Usa este código CSS:

    .related_posts .related-format-icon .related-format-icon-inner {
        display: none;
    }
    .related-format-visible{
        opacity: 1;
    }
    .related_posts .related-format-icon {
        background: url(_PON_ACA_LA_IMAGEN_PERSONALIZADA_);
        background-size: contain;
    }

    No existe ninguna vulnerabilidad critica con lo que respecta a Enfold, sin embargo Kriesi acaba de liberar un parche que ya esta disponible para descargar de Themeforest.

    Saludos,
    Josue

    • This reply was modified 10 years, 11 months ago by Josue.
    #437116
    petrosgr
    Participant

    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

    #437040

    Hi mocablue!

    Add this to your custom CSS.

    #top .avia-icon-tooltip { font-size: 12px !important; }
    

    Cheers!
    Elliott

    #436722

    In reply to: Various questions.

    This reply has been marked as private.
    #436668
    Tom
    Participant

    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.

    #436667

    In reply to: Höhe Menüpunkte

    Hi!

    Please go to Enfold theme options > Advanced Styling tab and edit “Main menu links” to change font sizes

    Best regards,
    Yigit

    #436646

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av_promobox .avia-button.avia-size-medium {
      margin-top: -20px;
      padding: 10px;
      min-width: 120px;
      font-size: 20px;
    }
    .avia-promocontent { 
    top: -20px; 
    }
    .home .avia-builder-el-11 img {
      padding-right: 13%;
    }
    #header_meta * {
    font-size: 12px; 
    }

    Cheers!
    Yigit

    #436637
    mocablue
    Participant

    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

    #436381

    In reply to: theme problems

    This reply has been marked as private.
    #436326

    Hi, i want to do the same but i want to change the font size also.. How i can i do that?

    Thanks before.

    Update: i found the answer already…
    .title_container .main-title a { font-size: 20px!important; }

    • This reply was modified 10 years, 11 months ago by c911box. Reason: found the answer already
    #436302
    kops
    Participant

    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 text

    How 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.

    #435848

    Hey!

    Hmm.. I’m not sure why it’s not working, maybe there’s a conflict between the button and the magnific popup script. Instead of the button, use a simple link then add the style of the button to it:

    .inline_popup {
    padding: 15px 30px 13px;
    font-size: 13px;
    min-width: 139px;
    background-color: #2d5c88 !important;
    border-color: #0b3a66 !important;
    color: #ffffff !important;
    border-radius: 3px;
    text-decoration: none;
    display: block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 3px 0;
    line-height: 1.2em;
    position: relative;
    font-weight: normal;
    text-align: center;
    max-width: 100%;
    float: left;
    }

    Best regards,
    Ismael

    #435813

    Hi!

    You can use this:

    .template-blog .entry-content p {
      font-size: 16px !important;
    }

    Regards,
    Ismael

    #435681

    Andy, I tried appending your code to what I have on quick css. It didn’t seem to help. So I didn’t paste it over. This is the code I have up there,

    .logo {
    float: none !important;
    left: auto !important;
    position: relative !important;
    margin: 0px auto !important;
    transform: none !important;
    text-align: center !important;
    }
    .logo img {
    display: block !important;
    margin: 0 auto;
    }

    .html_header_top.html_logo_center .logo { -webkit-transform: none; }

    @media only screen and (max-width: 1100px) {
    #header_main_alternate {
    display: none !important;
    }
    #advanced_menu_toggle {
    display: block !important;
    }
    }

    @media only screen and (max-width: 1100px) {
    .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
    padding-top: 119px; }}

    .page-id-3442 td.avia-highlight-col {
    width: 50%;
    }

    .main_color .avia-data-table .avia-highlight-col, .main_color table, .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
    background: transparent;
    border-color: transparent;
    }

    .comment-entry { display: none; }

    #top .post-title a {
    color: #a81010;
    }

    @media screen and (max-width:900px) and (min-width:780px) {
    .article-icon-entry { display: inline-block !important; }
    }

    @media screen and (max-width:900px) and (min-width:780px) {
    h4.iconlist_title a { font-size: 15px !important; }
    }

    the last two I believe are included to resolve the icon/text truncating issue.

    I took a screenshot of what’s going on.

    There are two problems.

    1. at 0:20, you’d see that the text font size are all reduced. Great! and all text are pushed to BELOW the icon, Great! Except that the “Prolotherapy” stays at where it was. Can I make the Prolotherapy behaves just like the rest of the text, pushed below the icon, too at the instant when all texts are pushed below. As the screen width is further reduced, now the prolotherapy is pushed below the icon.

    2. at 0:26, you’d see the texts are all re-enlarged and jump to the side of the icons! This is so weird! Can I just make it stay down there until they become single column when the screen is further reduced?

    • This reply was modified 10 years, 11 months ago by kailibuy.

    Hey!

    It is part of the design actually but if you would like to remove it, please add following code to Quick CSS in Enfold theme options

    .special_amp {
      font-family: inherit;
      font-style: inherit;
      font-size: inherit;
      line-height: inherit;
      font-weight: normal;
      color: inherit!important;
    }

    Cheers!
    Yigit

    #435420

    In reply to: Linked Image Overlay

    Yes, just change this part:

    /* Adjust this for smaller screens */
    @media only screen and (max-width: 767px) {
      .play-button a:after, .play-button a:before {
        font-size: 80px;
        height: 80px;
        width: 80px;
        line-height: 80px;
        top: 40%;
      }
    }

    Regards,
    Josue

    #435312

    In reply to: Linked Image Overlay

    perfect. thanks. and if i want the icon smaller on smaller screens just change “font-size” ?

    #435276

    Hey Andy,
    thank you so much. That works great for the price. I just wondered how I get the label FORMAT and DRUCKART aligned LEFT and how I adjust the counting part – 1 + as well aligned LEFT.

    For the labels I used
    #top .variations .label label
    {font-size: 20px; font-family: OSWALD; color: #000000; text-align: left !important; text-transform: uppercase;}
    but no chance of alignment :-)

    Best Stephan

Viewing 30 results - 13,891 through 13,920 (of 18,734 total)