Viewing 30 results - 7,711 through 7,740 (of 18,744 total)
  • Author
    Search Results
  • #901926

    Hey isaaccolavecchio,

    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

    
    #menu-main-categories a {
      font-size: 15px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #901902

    Hi,

    Do you need to adjust that for mobile only as well? If so then please try this in Quick CSS:

    @media only screen and (max-width: 767px) {
    .read-more-link {
      font-size:12px !important;
    }
    }

    Best regards,
    Rikard

    #901720
    mcraig77
    Participant

    Ahoy,

    I have some icon boxes and implemented a custom css class to them in order to hide the icon and shrink the text in one of them. Something seems off and I can’t seem to solve, perhaps you enfold genius’s can help!

    For the first icon box I wan tot remove the icon and make the text normal size. I inserted this class .no-icon-homepage in the element and add this quick css. The icon disappears but the text doesn’t change

    .no-icon-homepage .iconbox .iconbox_content .iconbox_content_title {
        font-size: 24px;
    }
    
    .no-icon-homepage .iconbox_icon.heading-color {
        display: none!important; 
    }
    

    On The other page i have a custom class name .smaller-text. The text doesn’t change size for this… so i’m guessing the element for text on the icon box I found using inspector is wrong….

    .smaller-text .iconbox .iconbox_content .iconbox_content_title {
        font-size: 12px;
    }

    Hi Victoria,

    the test website is on our local server, the problem occurred after installing the coding-solution for the separated icons in the phone info, header-extra-elements, from mike, a team member of yours:

    ———————–

    In Enfold Theme Options > Header > Extra Elements > Phone Number or small info text:

    <ul class=”contact”><li class=”phone”><span class=”in1″>[av_font_icon icon='ue854' font='entypo-fontello' size='20px'][/av_font_icon]</span> (555) 555-5555 | <li class=”mail”> <span class=”in1″>[av_font_icon icon='ue805' font='entypo-fontello' size='20px'][/av_font_icon]</span> (Email address hidden if logged out) | <li class=”local”> Bussiness in the Greater Metro Area – <u>Call Us Today: (555) 555-5555</u>

    In Quick CSS:

    .in1 {display: inline-block !important; }
    .contact ul {list-style: none!important; list-style-type: none!important;}
    ul li { display: inline!important;}

    ———————-

    In the live website we use a different coding, therefore the icons are not separated, but the menu function is fine, in mobil version too:

    Seems to bee pretty difficult, to set separated icons in the header-extra-elements of enfold.

    So, we are still looking for a solid solution of this problem, it would be great, if you could give us a hint.
    Thanks a lot and
    best regards from Munich,
    Paul

    #901627

    In reply to: Separator

    or you define a custom hr – there you can choose the width of the hr
    choose thin and your desired width of the hr.
    Choose no icon for it.
    And give a custom class to the hr: “customised-hr”

    do this to quick css:

    .customised-hr .hr-inner.inner-border-av-border-thin::before {
        content: "○";
        font-size: 24px;
        position: relative;
        left: 0;
        top: -15px;
        color: #e1e1e1;;
        background-color: #fff;
    }
    
    .customised-hr .hr-inner.inner-border-av-border-thin {
        border-top-width: 2px;
    }

    The color of the before content must concern to your hr color you set

    see here: https://webers-testseite.de/3images-one-link/

    big advantage : make one template of the custom hr and if you need it insert it and only fit the width for it

    #901519

    In reply to: Image Box within Post

    Hi,
    ok, thanks for your help. You can close the topic.

    For those who are interested this is the CSS code for a grey box with image on the left:

    .grey-box {
    	background-color: #e6e6e6;
    	margin-bottom: 15px;
    	margin-top: 15px;
    	padding: 25px;
        display: flex;
    }
    
    .grey-box .image-section {
    	width: 25%;
        font-size: 10px;
    	font-family: Monserrat;
    	font-weight: 500;
    	line-height: 1.6;
    }
    
    .grey-box .text-section {
    	width: 75%;
      	padding-left: 25px;
      	padding-right: 25px;
    	font-size: 10px;
    	font-family: Monserrat;
    	font-weight: 500;
    	line-height: 1.6;
        flex-direction: column;
        display: flex;
        justify-content: center;
    }
    
    .grey-box .text-section p {
    	margin: 0px;
    }
    
    @media (max-width: 600px) {
      .grey-box {
          padding: 15px;
          display: block;
      }
      
      .grey-box .image-section {
      	  margin-bottom: 15px;
          width: 100%;
      }
      
      .grey-box .text-section {
          padding: 0px;
          width: 100%;
      }
    }
    

    And the html in the post editor:

    
    <div class="grey-box">
    <div class="image-section">
    <img class="alignnone wp-image-1590 size-medium" src="xxx.jpg" alt="" width="234" height="300" /><br>Caption if needed
    </div>
    <div class="text-section">
    Aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa quialiquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa quialiquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa quialiquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa quialiquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa quialiquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa </div>
    </div>
    

    Yes, could be done with <figure> element also. ;-)

    Best Regards

    • This reply was modified 8 years, 2 months ago by Sigmund.
    #901494
    elenapoliti
    Participant

    Hi all, I have an image with hotspots. It works nicely on wide screens and on mobile is fine. However I’d like, when seen on a mobile device, that the tooltip adjust itself large as the device screen, in order to show very well the text inside. I don’t mind about the triangle below the tooltip area being over the hotspot circle. The tolltip can open above it.

    I need it as a way to pop-up some text specifically for a certain area of the image, but the text must be very well visible (it would be used on mobiles also under the sun and if the font is too small, it would be difficult to read)

    thanks

    #901453

    In reply to: Custom CSS not working

    Hi,
    I added this code in the General Styling > Quick CSS field:

    #top.postid-238 #header #menu-item-33.back-btn span.avia-menu-text {font-size: 18px !important;}

    and tried flushing your cache a few times, but doesn’t seem to be working. Please check with your webhost that they have another cache enabled on the backend.

    Best regards,
    Mike

    #901412

    In reply to: Custom CSS not working

    I would like to change the font-size of the button in the Menu on blog pages.
    example page: https://dawn.foodstijl.nl/2018/01/19/wedding-cake-with-roses/

    I’ve tried several ways to do this, perhaps you guys can help?

    #901363

    Hi,

    I see, can you try to replace this code:

    .infotipsbox .avia_message_box_content {
        text-transform: none !important;
        font-weight: 500 !important;
        font-size: 16px !important;
        text-align: left !important;
        position: relative;
        padding-left: 60px;
    }

    with this one:

    .infotipsbox .avia_message_box_content {
        text-transform: none !important;
        font-weight: 500 !important;
        font-size: 16px !important;
        text-align: left !important;
        position: relative;
        padding-left: 60px;
        display: flex;
        align-items: center;
    }

    and this code:

    .infotipsbox [data-av_icon]:before {
        font-size: 40px !important;
        position: absolute;
        right: 10px;
    }

    with:

    .infotipsbox [data-av_icon]:before {
        font-size: 40px !important;
        position: absolute;
        right: 10px;
        margin-top: -13px !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #901258
    isaaccolavecchio
    Participant

    Hello!

    I’m trying to change the size of a menu I inserted into the description section of a product category.

    The links are a bit small. I’m wondering if there is a way to make them bigger. or if there is a better way to create a submenu that is specific to each category.

    #901155

    Hi,

    With the current structure, you just need to adjust the top value to center it vertically, just change this part of code:

    .infotipsbox [data-av_icon]:before {
    font-size: 40px !important;
    position: absolute;
    right: 10px;
    }

    to this one:

    .infotipsbox [data-av_icon]:before {
    font-size: 40px !important;
    position: absolute;
    right: 10px;
    top: 30px;
    }

    Hope this helps.

    Best regards,
    Nikko

    #901109

    I have fixed the issue by adding custom css without the ‘av-no-preview’ bit:
    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    @media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive #top #wrap_all .av-small-hide,
    .responsive #top #wrap_all .av-small-font-size-hidden,
    .responsive #top #wrap_all .av-small-font-size-title-hidden{display:none;}
    }

    #901096

    The medium screen is picking up this style which is being adding in the footer of the page.

    @media only screen and (max-width: 989px) and (min-width: 768px)
    (index):390
    .responsive #top #wrap_all .av-medium-font-size-14 {
    font-size: 14px !important;
    }

    This is the style that has been added to hide captions but it is not being picked up cos the av-no-preview style isn’t on the page. Seems to be the root cause?

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    @media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive.av-no-preview #top #wrap_all .av-small-hide,
    .responsive.av-no-preview #top #wrap_all .av-small-font-size-hidden,
    .responsive.av-no-preview #top #wrap_all .av-small-font-size-title-hidden{display:none;}
    }

    Hi,

    Okay I see. Add this to quick css:

    Add this to quick css:

    
    @media only screen and (max-width: 767px)  {
    
    .responsive #top .slideshow_caption h2{
    font-size:50px!important;
    }
    
    .avia-caption-content.av_inherit_color p {
    font-size:28px!important;
    }}

    Best regards,
    Jordan Shannon

    I want to increase the font size of the caption title and text only on mobile as it is very small.

    Great, thanks. What about the font size on mobile? It is very very small. How can I increase it?

    #900793

    Hi Nikko! Thank you for your fast reply. I’m one step further but the icon is not vertically centered. This is the current code:

    .infotipsbox .avia_message_box_content {
    text-transform: none !important;
    font-weight: 500 !important;
    font-size:16px !important;
    text-align: left !important;
    position: relative;
    padding-left: 60px;
    }
    .infotipsbox.avia_message_box.avia-border-solid {
    border-width: 1px !important;
    border-radius: 9px !important;
    }
    .infotipsbox [data-av_icon]:before {
    font-size: 40px !important;
    position: absolute;
    right: 10px;
    }
    .avia_message_box_content p {
    vertical-align: super !important;
    margin-left: 0; !important;
    }
    #900782
    family2017
    Participant

    Hi!
    How can i crate a tag cloud, where the tags have difeerent font sizes!
    And i want the cloud in a colour section not in the sidebar!
    Is there a possibility to show Instagram on the end of the starter Page, not in the side also in a colour section?
    Thanks
    Kathrin

    #900654

    Hey TimPferdekaemper,

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

    @media only screen and (max-width: 767px) {
    .post-title a {
      font-size:16px !important;
    }
    }

    Best regards,
    Rikard

    • This reply was modified 8 years, 3 months ago by Rikard.

    Hi Rikard

    Yes, I made some progress since writing the email, though I’m still working in the dark really!

    I’ve used the Enfold color section to achieve the semi-transparent background, whereas I think there is a HTML or CSS way of doing that?

    The other question I have is regarding the included song titles, which are sent from the stream host server (Shoutcast) and pasted into an Enfold code block.

    A Javascript widget provides this data though I don’t know how to change the font size and colour, which I’d like to do if possible.

    I’ve sent the script in the Private Content section.

    What I’m really trying to achieve, but cannot think its possible, is a pop-up like the one on this trial site, the pop-up is linked to the third icon in the group that starts ‘Listen Live’:-

    https://harmony-fm.com/newsite/#

    This is built on a template (Joomla) and this is the best pop-up I have ever seen for a radio station, but I don’t want to use Joomla.

    Many thanks,

    Mike

    • This reply was modified 8 years, 3 months ago by harmonyfm.
    #900553

    Hey DROR,

    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 #wrap_all .all_colors .avia-builder-el-5.iconbox h3.iconbox_content_title  {
        font-size: 25px;
    }
    .avia-builder-el-5.iconbox .iconbox_content p:last-child {
      font-size: 22px;
    }
    #top .avia-builder-el-5.iconbox.iconbox_right_content.av-icon-style-no-border .iconbox_icon {
        font-size: 70px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #900505
    bakbek
    Participant

    Hi, how can I make the iconbox title font bigger and in bold? and how I can make the iconbox contect font bigger? And how can I make the iconbox icon bigger?

    Thanks.

    Hi,
    1) I used this shortcode:

    [av_font_icon icon='ue854' font='entypo-fontello' size='20px'][/av_font_icon]

    in the widget while in the “text” tab.
    2018-01-21_103616

    3) The big blue button is a anchor button that is pointing to the bottom of the page from the main forum page, and doesn’t show in the search results or when viewing another topic. Please try adding this to your bookmark bar for quick access: Enfold New Topic

    Best regards,
    Mike

    #900366
    Dutchman
    Participant

    Hi!
    I’m using the Avia message box and i made some adjustments to it:

    .infotipsbox .avia_message_box_content {
    text-transform: none !important;
    font-weight: 500 !important;
    font-size:16px !important;
    text-align: left !important;
    }
    .infotipsbox.avia_message_box.avia-border-solid {
    border-width: 2px !important;
    border-radius: 9px !important;
    }
    .infotipsbox [data-av_icon]:before {
    margin: 26px !important;
    font-size: 40px !important;
    }
    .avia_message_box_content p {
    vertical-align: super !important;
    margin-left: 30px !important;
    }

    I would like to align the icon on the left side but in the middle of the box (vertically centered) and the text aligned to the right of the icon, not below the icon. Please check the private content section for more info.

    audiopablo
    Participant

    Hi there,

    first of all, enfold is a great theme,
    i’ve bought just another license for a new project:

    Heres the problem to solve:
    #header_meta .iconbox_icon
    the icons are both before phone and mailaddress and not how it should be, belonging to phone number and mail address, although the code in header extra elements is this alike:

    <div class=”iconbox_icon heading-color” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello”></div> + 49 177 401 9232 oder (Email address hidden if logged out) “><div class=”iconbox_icon heading-color” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello”></div> (Email address hidden if logged out)

    i’ve read the helpful coding from yirgi, posted sometime ago:

    Please add following line to in front of your mail address
    <div class=”iconbox_icon heading-color” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello”></div>

    And add following code to Quick CSS to adjust the size of the icon
    #header_meta .iconbox_icon { font-size: 14px;

    but Ive got the same problem as “anonymous”.

    Isn’t there a easy way to link the icons of the font-family: ‘entypo-fontello as a css :before element?

    i’ve tried this too. but the result showed only the charset nr. before the phone:

    .phone-info:before {
    content: “1F4DE”;
    font-family: ‘entypo-fontello’;
    }

    So, i would be very grateful for a hint or help anyway, because i’ve got to integrate those icons in the footer colums (widgets) too!

    Thanks so much,
    regards form munich,
    paul

    Hi,
    Please try this css instead:

    @media only screen and (max-width: 767px) {
    .responsive #top .av_mobile_menu_tablet .av-main-nav .av-burger-menu-main a:after {
    content: 'Menu';
    color: #ffffff;
    display: block;
    line-height: 10px;
    margin-top: -20px;
    font-size: 14px;
    }}

    please see screenshot in Private Content area

    Best regards,
    Mike

    #900144
    leZ
    Participant

    Hello

    I am writing to you because I did not find the answer in WooCommerce documentation neither in Enfold. I have 2 issues : 1/ product gallery slider, 2/ Secondary menu issue

    1/
    I would like to make some changes in a product slider gallery. Let’s take this page as an example (the site is being built) : https://www.hoteo.fr/room-service/
    There is a product-slider with 3 items (Burratta, Carots & Mushrooms) :
    1/ How may I center the title of each item ?
    2/ Is it possible to add a short description under the price of the item ?
    3/ I would like to change the bottom button “ajouter au panier” by a “+”, how may I proceed ?
    4/ If a person click on the image, is it possible to add the item directly in the cart ?
    5/ If a person is on the product page after clicking on “plus de détails”, it is not possible/easy to find to come back to the previous page, is it possible to implement a button or is there any way to come back to the page ?

    2/
    On the home page of the website (you have to be on a desktop) : http://www.hoteo.fr/fr when you go over the main menu part “services” (you have also “A propos”, “FaQ”, “contact”), a secondary menu appears but it is ugly (take a look at the screen shot : https://www.hoteo.fr/wp-content/uploads/2018/01/Capture-d’écran-2018-01-18-à-11.56.38.png). How may I modify it : 1/ Change the size & the color of the font, 2/ reduce the space between the different items (here Taxi & Room-service) ? 3/ How may I reduce the size of the menu ?

    Thx for your help

    Best

    #900139

    Can you tell me what the General Layout Dimensions should be to get the site to look like the Enfold Church Demo please.

    If you look at my site and then the Enfold Church Demo the container on my site is far too wide.

    Is there anything in the Quick CSS that is causing the problem?

    ++++++++++++++++++++++++++++

    .widget ul li a {
    font-size: 16px !important;
    }

    .html_elegant-blog #top .avia-content-slider .blog-categories.minor-meta {
    display: none;
    }

    .avia-content-slider-inner .slide-content .entry-content-header span.av-vertical-delimiter {
    display: none;
    }

    #top .widget_nav_menu ul ul li:before {display: none !important;}

    #header_main {
    background-color: #fff;
    }

    .responsive .container {
    max-width: 100% !important;
    }

    #footer .widgettitle {
    font-size: 20px;
    color: white!important;
    }

    .phone-info { font-size: 14px; }
    #top .social_bookmarks li a { font-size: 16px; }

    #top .main_menu .menu li ul a { font-size: 16px; }

    #top .av-main-nav ul a { padding: 3px 15px; }
    .sub-menu li { border-bottom: 1px solid #11abd6; }

    .header_color .main_menu .menu ul li a:hover{background-color:#f8f8f8;}

    #top .av-main-nav ul {
    width: 210px;
    }

    p a { text-decoration: underline !important; }

    aside a[href^=”mailto”] { text-decoration: underline !important; color: #1a43ca !important; }
    aside .avia-button { color: white !important; }

    .sidebar .textwidget {
    font-size: 15px;
    color: #000000;
    }

    .main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) { color: inherit; }
    tr:first-child th, tr:first-child td,tr th:first-child, tr td:first-child,td { border: none !important; }

    body {
    font-size: 16px;
    }

    #top table tr th, #top table tr td {
    border: 1px solid rgb(124, 124, 124) !important; }

    .wpcf7-form select, .wpcf7-form input, .wpcf7-form textarea {
    border: 1px solid #a1c8f1 !important;

    }

    .image-overlay {
    visibility: hidden;
    }
    .avia_transform .envira-gallery-wrap a .image-overlay { display: none !important; }

    .avia-builder-el-first .content {z-index: -100 !important; }

    Hi again,

    for now i have removed this code which displays “Menu” word under menu icon on mobile because i was losing sales. But when i add this code i see “Menu” word under each menu item multiple times.

    I have explained issue above when i add this code what happens.

    @media only screen and (max-width: 767px) {
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special a:after {
    content: ‘Menu’;
    color: #ffffff;
    display: block;
    line-height: 10px;
    margin-top: -20px;
    font-size: 14px;
    }}

    Thanks
    Aadil

Viewing 30 results - 7,711 through 7,740 (of 18,744 total)