Viewing 30 results - 5,911 through 5,940 (of 18,738 total)
  • Author
    Search Results
  • #1034072

    In reply to: Text Logo adjustement

    Hey Roger,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .logo .subtext {
        font-size: 16px;
    }
    @media only screen and (max-width: 767px) {
      .responsive #top .logo {
          padding-top: 15px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1034039

    Hello,
    I reopen this ticket because I have installed Query Monitor plugin just to give a check, and in the section Php errors is highlighting that the code kindly suggested by rmf339 in https://kriesi.at/support/topic/product-slider-font-size-changed-from-h3-to-h2/#post-782550
    in the line
    function action_woocommerce_shop_loop_item_title( $woocommerce_template_loop_product_title, $int ) {
    is giving error in
    Missing argument 2 for action_woocommerce_shop_loop_item_title(), called in /wp-includes/class-wp-hook.php on line 286 and defined

    How should be fixed?

    Thank you
    Mauro

    #1033956

    i guess the enfold options goes to : ID = color-default_font_size

    line 2541 in register-admin-options.php

    but this will only end up in css concerning to body tag like:

    body, body .avia-tooltip {
        font-size: 70px;
    }

    perhaps an !important is neccessary

    #1033955

    Hi Alex,

    Please go to Enfold theme options > Layout Builder and check “Show element options for developers” and then edit your text block element and give it a custom CSS class (“my-custom-class” in example below) and then add following code to Quick CSS field in Enfold theme options > General Styling tab

    .my-custom-class .avia_textblock { font-size: 70px !important; }
    

    Best regards,
    Yigit

    #1033954

    Hi!

    Please try using following code

    #footer .widgettitle { font-size: 15px; }

    If you are using a cache plugin, please make sure to flush cache

    Regards,
    Yigit

    #1033893

    In reply to: Quick CSS Mistake

    Hi Nathan,

    Glad to hear that. :)
    I have added this css code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:479px) {
      .responsive #top.home #fullscreen_slider_1 .slideshow_caption h2 {
        font-size: 50px !important;
      }
    
      .responsive #top.home #fullscreen_slider_1 .slideshow_caption p {
        font-size: 22px;
        line-height: 1.4;
      }
    }

    Let us know if you need further assistance.

    Best regards,
    Nikko

    #1033877

    In reply to: Mobile Menu

    Helo Jordan,

    I would like to add the term ‘menu’ on the mobile menu! But it does not work on my theme Enfold, anyways not with the code:

    a#advanced_menu_toggle:before { content: url(https://www.zorgsaamzuid.nl/wp-content/uploads/2017/08/mobile_menu.jpg); }
    @media only screen and (max-width: 1180px) {
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
    display: block !important;
    }
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
    display: none;
    }
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special a { border: none !important; }
    }

    I put this code under CSS webstyling Quick CSS.

    BUT this code (as mentioned above) does not work either!

    #advanced_menu_toggle { right: 5%; color: white; }
    #advanced_menu_toggle:after {
    content: ‘Menu’;
    font-size: 18px;
    position: relative;
    top: -4px;
    left: 5px;
    color: white;
    }
    Thanks for your reply!
    Best Regards
    Rob (Zorgsaam)

    #1033859

    Hey sambo258,

    Please try to be a bit more specific about which CSS is not applying, could you give an example so that we know what to check?

    Are you referring to this maybe?

    .iconbox .iconbox_content .iconbox_content_title {
        border: medium none;
        padding: 2px 0 0 0;
        position: relative;
        margin: 0 0 16px 0;
        clear: none;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 1.45em !important
    }

    Did you try it in Quick CSS?

    Best regards,
    Rikard

    #1033756

    In reply to: Top menu font size

    Hi Olivier,

    Thanks for the update, though I’m still getting the same error on the login screen. Please see private.

    About your problem; you want change the font size of the drop down menus, correct? If so then please try this CSS:

    nav.main_menu .sub-menu .avia-menu-text {
      font-size:12px !important;
    }

    Best regards,
    Rikard

    #1033724
    hbourdillon
    Participant

    Hi again!
    On the blog page, under the first post the date has shifted to the left and I would like it to be central.
    Also, I would like to change the size of the fonts on the Blog page and for the blog posts, could I have the code to do so please?
    Many thanks
    Helena

    #1033667

    Hi,

    Add this to quick css:

    #av_product_description h1{
    font-size:12px!important;
    }

    Best regards,
    Jordan Shannon

    #1033666

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - Footer widget font */
    
    #footer .textwidget,
    #footer .textwidget.custom-html-widget {
    	font-size: 14px;
    	color: #FFF;
    }
    
    
    
    

    Best regards,
    Vinay

    #1033260

    Hi,

    Add this to quick css:

    aside nav a{
    font-size:20px!important;
    }

    Best regards,
    Jordan Shannon

    #1033209
    Petrucci86
    Participant

    Hi

    1/ How can I change the font and the font size of this text (Mes pieds….en realite.) ? I wrote this text in Woocommerce > Category > Description. I would like a font like Lucida Handwriting and a smaller font size.

    2/ How can I translate “Price” ?

    Thank you !

    Text

    #1033178

    In reply to: Button Text Size

    Hi mooshonov,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia-button {
      font-size: 16px !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1033141

    In reply to: Comment Form WordPress

    Hey Roger,

    How do you need to adjust it?

    You can change this code as you like:

    
    #top .comment_text {
        font-size: 15px;
        padding: 0 0 15px 0;
    }
    

    Best regards,
    Victoria

    #1033092

    Hi codecanyon4148,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .av_textblock_section li {
        font-family: 'Source Sans Pro';
        font-size: 16px;
        font-style: normal;
        font-weight: 200;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1033089

    I see that column 2,3,4,5 has changed, but not column 1 ? Houw can i change that font size text?
    Can I also change the fontsize of the headers?

    #1032921
    ninjata12
    Participant

    Hello,
    I just started working on a new website and all the changes that I’m making trough the Advanced Styling have no effect. For example I try to change the menu links font and font size. I also tried with H1 and H3. Whatever change I make, it’s not applying on the website. The website is coerver.bg
    I have also used Enfold with for an old website of mine – campionia.bg. I checked it as well and I have made changes in the past trough the Advanced Styling, but yesterday I tried to make a font bigger and it also doesn’t work anymore.
    So I have 2 websites that can’t be changed trough the Advanced Styling.
    Please advice what to do. I will appreciate if you keep the solutions “beginner friendly” since I am not that good with adding codes and other complicated stuff.
    Thanks…

    #1032841
    farrdesign79
    Participant

    How do I change the font size of the Page Sidebar navigation?

    #1032731

    Topic: Text Logo adjustement

    in forum Enfold
    Roger
    Participant

    Hello
    I found the following code in the enfold documantation. Text logo with subtext AND … To style the text logo a subtext please use the below CSS

    I put one code in the function.php and the other code in the quick CSS

    1. I would like to adjust the font size of the text logo ” Roger Baumann” , I can not finde out how to do that ? I did some change in the below code.

    2. In the Mobile version, the border above the Logo text ( Roger Baumann ) is to small. I like that there is more space.
    how can i adjust that ?

    My creditentials are below

    Thanks for your help
    kind regards
    Roger

    • This topic was modified 7 years, 4 months ago by Roger.
    #1032729

    Hi Victoria,
    Many thanks for the reply. So that I don’t mess things up, could you let me know where I should put that code please? I currently have the following in my quick SCC:
    .
    author_bio_section{
    background: none repeat scroll 0 0 #F5F5F5;
    padding: 15px;
    border: 1px solid #ccc;
    }

    .author_name{
    font-size:16px;
    font-weight: bold;
    }

    .author_details img {
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    float: left;
    margin: 0 10px 10px 0;
    }

    Thanks!

    #1032656

    THESE ARE ALL THE CODES IN THE QUICK CSS

    #top .price span{
    font-size:18px!important;
    }

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
    -webkit-animation: none; /* Safari 4+ */
    -moz-animation: none; /* Fx 5+ */
    animation: none; /* IE 10+ */
    }

    .av-masonry-entry {
    opacity: 1 !important;
    visibility: visible !important;
    }

    #header_main_alternate .container:after {display: none !important;}

    #footer {
    border-top: 2px dashed #000 !important;
    }

    .single-product.woocommerce-page .product .woocommerce-tabs #tab-description h2 {
    display: none;
    }

    #after_masonry {
    border: none!important;
    }

    .archive aside.sidebar{
    display:none!important;
    }

    .container .av-content-small.units{
    width:100%!important;
    border-right:none!important;
    }

    .single.single-product div .product .product_meta .posted_in a,
    .single.single-product div .product a.add_to_wishlist.button.alt {
    text-decoration: none;
    }

    .single-product .woocommerce-loop-product__title, .single-product .price {
    text-decoration:none !important;
    }

    .single.single-product div .product a {
    text-decoration: underline;
    }

    .single.single-product div .product a {
    text-decoration: none !important;
    }

    #1032610
    mmsdev
    Participant

    Hi.

    I usually need to change the font size on a full width button and to do this on a “Page” i us ethic score that works 100%

    .page-id-xxxx .avia-button-fullwidth { font-size: 50px !important; }

    I need to change the font size but on a blog “post” – i have tried the same with no success so tried

    .post-id-xxxx .avia-button-fullwidth { font-size: 50px !important; } but no joy can you please advise,

    Thanks

    #1032574

    Thanks it works.

    At this Blog-Post it looks good with the Post-Image and the Post-Title: Link 1

    And at this Blog-Post it is without these elements: Link 2

    My Custom CSS at the moment looks like this:

    .sub-menu .avia-menu-text {
    font-size: 14px;
    }
    
    #top #wrap_all .av-social-link-instagram:hover a {
        color: #fff;
        background-color: #e30615;
    }
    
    #top #wrap_all .av-social-link-facebook:hover a {
        color: #fff;
        background-color: #e30615;
    }
    
    #top #wrap_all .av-social-link-mail:hover a {
        color: #fff;
        background-color: #e30615;
    }
    
    .avia_transform .av_slideshow_full .active-slide h2.avia-caption-title {
        text-shadow: 3px 3px 2px #000;
    }
    

    Thanks in Advance

    #1032562

    Dear Rikard,
    Thank You for the reply.
    This is the CSS i am using right now:
    ////////////////////////////////////////////////////////
    .av-masonry-entry:before {
    content: attr(title);
    background: #0D47A1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 95%;
    height: 40%;
    z-index: 1000;
    text-align: center;
    line-height: 180px;
    opacity: 0;
    font-weight: bold;
    font-size: 24px;
    }
    .av-masonry-entry:hover:before {
    opacity: 1.0;
    }
    .av-masonry-entry:before{
    transition: all linear 0.2s;
    }
    /////////////////////////////////////////////////
    In the Gdrive (link in private) I uploaded the screen shots of what I have now, and how I want it to be.

    What is want:
    1. The height of Masonry to be higher
    2. The white frame that is under each of the columns as a Caption.
    3. The hover action, which actives description text to be displayed and also the solid blue cover.
    3.1 as you can see in my CSS code (width: 95%;), and the result in the screen shot, the hover solid color in my website is a bit outside of the frame of the Masonry Border. How can the solid blue cover be the same width as the Masonry.

    sorry for the long explanation.

    Kind Regards,
    GSharifi

    #1032518

    Hi Rikard,
    Thank you for the reply.. I have tried also and get the same result. :(

    View post on imgur.com

    [av_button label='Construction Equipment' link='construction-equipment/' link_target='' size='large' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='red' custom_bg='#e20c10' custom_font='#ffffff'][av_button label='Corrosion Prevention' link='corrosion-prevention/' link_target='' size='large' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='red' custom_bg='#e20c10' custom_font='#ffffff'][av_button label='Maintenance Equipment' link='maintenance-equipment/' link_target='' size='large' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='red' custom_bg='#e20c10' custom_font='#ffffff']

    #1032456

    In reply to: Button Text Size

    Hey mooshonov,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-slideshow-button font {
        font-size: 20px;
    }

    Best regards,
    Rikard

    #1032436

    I do not see any change even after I increase the font-size to 14 or 30

    #1032222

    Topic: Comment Form WordPress

    in forum Enfold
    Roger
    Participant

    Hello
    How can I change the font size and the font style of the visitor comment ?
    See below in the privat content, the screenshot and the link.

    Thanks a lot for your help
    kind regards
    Roger

Viewing 30 results - 5,911 through 5,940 (of 18,738 total)