Viewing 30 results - 4,081 through 4,110 (of 18,733 total)
  • Author
    Search Results
  • #1189898

    Hi,

    You should be able to keep your settings in Advanced Styling and use this CSS instead:

    .page-id-535 #av_section_3 .av_one_fifth .avia_textblock {
      font-size: 12px !important;
    }

    The diagonal border is covering your button, do you want to make the section wider, or remove the padding on top of it?

    Best regards,
    Rikard

    #1189863

    In reply to: Few help needed

    Hi,

    Sorry for the late response.

    1.) Are you referring to the base shop page or the actual product view? A link to the site will help. For the meantime, you can use this css code to adjust the style of the product price.

    top .price, #top .price span, #top del, #top ins {
        display: inline;
        text-decoration: none;
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
        text-align: center;
    }

    2.) This is possible, but you have to modify or override the plugin templates as described in the documentation.

    // https://docs.woocommerce.com/document/template-structure/

    3.) The height of the item usually depends on the size of the image, but we can use css to adjust it. You can also adjust the thumbnail size and aspect ratio in the Appearance > Customize > Woocommerce > Product Images panel.

    4.) Yes, that’s possible. You can use this css code to adjust the container of the featured image.

    .single-product-main-image {
    	width: 50%;
    	float: left;
    	margin-right: 50px;
    	overflow: hidden;
    	padding-bottom: 50px;
    }

    We always advice users to post their inquiries on separate threads or tickets instead of posting multiple ones in a single thread like this. The response time is usually faster that way and prevents confusion in our part and yours.

    Best regards,
    Ismael

    elenagrassi
    Participant

    Hallo,
    I am working on my new website by personalizing your Health Coach demo. I would like to change the background color of the breadcrumbs to white. It is now green (see sample page). I haven’t been able to find how to do that.
    Also, I would like to reduce the font size in the icon boxes, in the same page as above, scrolling down.

    Can you help?
    Thank you

    #1189703

    I decided to remove the advanced styling where I was forcing the <p> tag to have 1.6em spacing and 16px font size… That then enabled your code to work.

    It seems to be that the advanced styling overrides everything.

    #1189634

    Hi,

    Thanks for the update. Please try this CSS as well:

    #top #header_meta .phone-info span {
      font-size: 18px;
    }

    Best regards,
    Rikard

    #1189599

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-535 #av_section_3 .av_one_fifth .avia_textblock {
      font-size: 12px;
    }

    Best regards,
    Rikard

    #1189555
    mclweb
    Participant

    How can I change the font-size of the sublinks on a burger menu?

    #1189494

    Thank you! It increased the font size for the menu portion, the “Phone number or small info text” wasn’t affected. Is there an additional variable for that portion?

    #1189434

    In reply to: logo & menu font size

    Hey,

    Thanks for contacting us!

    1- You can go to Enfold theme options > Header > Header Size and increase it. Your logo would adapt to header height.
    2- Please go to Enfold theme options > Advanced Styling and edit “Main menu links” and increase font size :)

    Cheers!
    Yigit

    #1189431

    Topic: logo & menu font size

    in forum Enfold
    payton_sil
    Participant

    How do I increase the size of my logo and main menu font size?

    #1189417

    Hi!

    I’m adding the link in the private box below.
    I’d like to change the font size of the 5 boxes in the grey ribbon to something smaller.

    Thanks!

    #1189363

    Hey weddingsetgo,

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

    #top #header_meta li a {
      font-size: 18px;
    }

    Best regards,
    Rikard

    #1189327

    In reply to: Header is disappearing

    I don’t know if this conflict but I have added this to my Quick CSS as well :

    /*— CARSTEN’S CSS Styles Burger menu START —*/
    .av-active-burger-items{
    text-transform: none !important;
    font-size: 20px !important;
    line-height: 100% !important;
    font-weight: !important;
    color: #ffffff !important;
    letter-spacing: 2px !important;
    padding: 12px 0px !important;
    }
    /*— CARSTEN’S CSS Styles Burger menu SLUT —*/

    /*— CARSTEN’S CSS Styles scroll to top START —*/
    @media only screen and (max-width: 767px) {
    .responsive #scroll-top-link {
    display: block;
    }}

    #scroll-top-link { background-color: #c1c1c1; color: #000000; border: 1px solid #626262 !important;
    }
    /*— CARSTEN’S CSS Styles scroll to top SLUT —*/

    #1189293
    Alconic
    Participant

    I’m attempting to increase the font size on the “Small menu above main menu” element, but in Advanced Styling, the font size is not there. I’m sure there is some CSS that can be utilizes to make it slightly bigger.. Can someone point me in the right direction?

    Thanks!

    Hello, below the javascrip sourcecode (Jameda badge):

    <script src=”https://cdn1.jameda-elements.de/widgets/siegel/81251368_1/241129/&#8221; type=”text/javascript” async></script><div id=”jameda-widget-container241129″ style=”position:relative; width:272px; height:168px; margin:15px; background-image:url(https://cdn1.jameda-elements.de/premium/widgets/_images/top10-top20-bg.png); background-repeat:no-repeat; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:15px;”><div style=”position:absolute; top:25px; left:108px; width:148px; height:58px; overflow:hidden; white-space:normal;”>Dr. med. Georg Schütze</div><div style=”position:absolute; top:98px; left:108px; width:152px; height:53px; overflow:hidden; color:#888; font-size:11px; line-height:13px;”>Innere- & Allgemeinmediziner<br>in Offenburg auf jameda</div></div>
    Best Regards,
    Matthias

    #1189166

    Hi,

    Please try this CSS to change the font size:

    .phone-info span {
      font-size: 30px; 
    }

    And this to change the background colour:

    #top .av_header_transparency #header_meta {
        background: red;
    }

    Best regards,
    Rikard

    #1189149

    Hey Justin,

    You have this in your child theme CSS:

    .avia-slideshow-arrows a:before {
        border-radius: 0px;
        border-width: 2px;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 14px;
        text-transform: uppercase;
    }

    Please try changing it to this instead:

    .avia-slideshow-arrows a:before {
        border-radius: 0px;
        border-width: 2px;
        padding-left: 30px;
        padding-right: 50px;
        padding-top: 0;
        padding-bottom: 25px;
        font-size: 14px;
        text-transform: uppercase;
    }

    Best regards,
    Rikard

    #1189140

    Hi Helen,

    Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:

    #menu-item-5349 .avia_mega_div .sub-menu li a {
      font-size: 15px;
      color: red;
    }

    Best regards,
    Rikard

    #1189024

    Hey micha_media,
    Sorry for the late reply, I have examined your page and found with your grid row container (q:1) you are using two elements with the same ID, one with 1/2 columns and the other with 1/3 columns, so based on the Element Visibility options you have set you seem to want the 1/2 columns to show stacked for 768px (iPad/Tablet) if so Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.home #wrap_all #kontaktelement_1.av-desktop-hide.av-small-hide.av-mini-hide .no_margin.av_one_half {
        width: 100% !important; 
        display: block !important; 
    }
    #top.home #wrap_all #kontaktelement_1.av-desktop-hide.av-small-hide.av-mini-hide .no_margin.av_one_half > .flex_cell_inner {
    	    transform: translate(25%, 100%);
    }

    After applying the css, Please clear your browser cache and check.
    For (q:2) please try this css:

    @media only screen and (min-width: 767px) and (max-width: 770px) { 
    #top.page-id-123 #av-masonry-1 h3.av-masonry-entry-title.entry-title {
    	    font-size: 20px!important;
    }
    }

    the font-size was set by your child theme to 26px, so 20px seems to work well, but feel free to adjust to suit.
    For (q:3) please enable the two articles for 768px so we can adjust.

    Best regards,
    Mike

    #1189001

    Hi,
    Thanks for your css, I added a flat png image to each one, please try added this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    /* Tab 1 */
    .av-accordion-bg-multi .av_toggle_section:nth-child(1) .toggler {
    background: #ffb600;
    }
    .av-accordion-bg-multi .av_toggle_section:nth-child(1) .toggler:before {
    content: url(https://img.icons8.com/flat_round/20/000000/bird--v1.png);
    padding-right: 5px;
    }
    /* Tab 2 */
    .av-accordion-bg-multi .av_toggle_section:nth-child(2) .toggler {
    background: #ee7623;
    }
    .av-accordion-bg-multi .av_toggle_section:nth-child(2) .toggler:before {
    content: url(https://img.icons8.com/flat_round/20/000000/falcon.png
    );
    padding-right: 5px;
    }
    /* Tab 3 */
    .av-accordion-bg-multi .av_toggle_section:nth-child(3) .toggler {
    background: #d50037;
    }
    .av-accordion-bg-multi .av_toggle_section:nth-child(3) .toggler:before {
    content: url(https://img.icons8.com/flat_round/20/000000/owl--v1.png
    );
    padding-right: 5px;
    }
    /* Tab 4 */
    .av-accordion-bg-multi .av_toggle_section:nth-child(4) .toggler {
    background: #e64783;
    }
    .av-accordion-bg-multi .av_toggle_section:nth-child(4) .toggler:before {
    content: url(https://img.icons8.com/flat_round/20/000000/pinguin--v1.png
    );
    padding-right: 5px;
    }
    /* Tab 5 */
    .av-accordion-bg-multi .av_toggle_section:nth-child(5) .toggler {
    background: #923a7f;
    }
    .av-accordion-bg-multi .av_toggle_section:nth-child(5) .toggler:before {
    content: url(https://img.icons8.com/flat_round/20/000000/unicorn.png
    );
    padding-right: 5px;
    }
    /* Tab 6 */
    .av-accordion-bg-multi .av_toggle_section:nth-child(6) .toggler {
    background: #0071ce;
    }
    .av-accordion-bg-multi .av_toggle_section:nth-child(6) .toggler:before {
    content: url(https://img.icons8.com/flat_round/20/000000/stork.png
    );
    padding-right: 5px;
    }
    /* Tab 7 */
    .av-accordion-bg-multi .av_toggle_section:nth-child(7) .toggler {
    background: #00a6ce;
    }
    .av-accordion-bg-multi .av_toggle_section:nth-child(7) .toggler:before {
    content: url(https://img.icons8.com/flat_round/20/000000/butterfly--v1.png
    );
    padding-right: 5px;
    }
    /* Tab 8 */
    .av-accordion-bg-multi .av_toggle_section:nth-child(8) .toggler {
    background: #37b30e;
    }
    .av-accordion-bg-multi .av_toggle_section:nth-child(8) .toggler:before {
    content: url(https://img.icons8.com/flat_round/20/000000/insect--v1.png
    );
    padding-right: 5px;
    }
    /* Tab 9 */
    .av-accordion-bg-multi .av_toggle_section:nth-child(9) .toggler {
    background: #129605;
    }
    .av-accordion-bg-multi .av_toggle_section:nth-child(9) .toggler:before {
    content: url(https://img.icons8.com/flat_round/20/000000/pig--v1.png
    );
    padding-right: 5px;
    }
    /* Tab 10 */
    .av-accordion-bg-multi .av_toggle_section:nth-child(10) .toggler {
    background: #5b6670;
    }
    .av-accordion-bg-multi .av_toggle_section:nth-child(10) .toggler:before {
    content: url(https://img.icons8.com/flat_round/20/000000/panda--v1.png
    );
    padding-right: 5px;
    }
    /* Tab title color */
    .av-accordion-bg-multi .toggler,
    .av-accordion-bg-multi .toggler.activeTitle:hover {
    color: #FFF;
    border:none;
    }
    /* Hide default icon */
    .av-accordion-bg-multi .toggle_icon {
    display: none;
    }
    .av-accordion-bg-multi .toggler {
    padding-left:20px;
    font-size: 18px;
    font-weight: bolder;
    }
    /*Toggle content area */
    .av-accordion-bg-multi .toggle_content {
    background: #f2f6fa;
    }

    and adjust the images to what you want to use, After applying the css, Please clear your browser cache and check.
    Expected results:
    2020-02-29-042942

    Best regards,
    Mike

    #1188992

    Hi there,
    here is the code from the documentation that I customized. In addition to icons, small pictures should be pngs in front of the text. Thanks for the support.

    /* Tab 1 */
    .av-accordion-bg-multi .av_toggle_section:nth-child(1) .toggler {
    background: #ffb600;
    }
    /* Tab 2 */
    .av-accordion-bg-multi .av_toggle_section:nth-child(2) .toggler {
    background: #ee7623;
    }
    /* Tab 3 */
    .av-accordion-bg-multi .av_toggle_section:nth-child(3) .toggler {
    background: #d50037;
    }
    /* Tab 4 */
    .av-accordion-bg-multi .av_toggle_section:nth-child(4) .toggler {
    background: #e64783;
    }
    /* Tab 5 */
    .av-accordion-bg-multi .av_toggle_section:nth-child(5) .toggler {
    background: #923a7f;
    }
    /* Tab 6 */
    .av-accordion-bg-multi .av_toggle_section:nth-child(6) .toggler {
    background: #0071ce;
    }
    /* Tab 7 */
    .av-accordion-bg-multi .av_toggle_section:nth-child(7) .toggler {
    background: #00a6ce;
    }
    /* Tab 8 */
    .av-accordion-bg-multi .av_toggle_section:nth-child(8) .toggler {
    background: #37b30e;
    }
    /* Tab 9 */
    .av-accordion-bg-multi .av_toggle_section:nth-child(9) .toggler {
    background: #129605;
    }
    /* Tab 10 */
    .av-accordion-bg-multi .av_toggle_section:nth-child(10) .toggler {
    background: #5b6670;
    }
    /* Tab title color */
    .av-accordion-bg-multi .toggler,
    .av-accordion-bg-multi .toggler.activeTitle:hover {
    color: #FFF;
    border:none;
    }
    /* Hide default icon */
    .av-accordion-bg-multi .toggle_icon {
    display: none;
    }
    .av-accordion-bg-multi .toggler {
    padding-left:20px;
    font-size: 18px;
    font-weight: bolder;
    }
    /*Toggle content area */
    .av-accordion-bg-multi .toggle_content {
    background: #f2f6fa;
    }

    Site: https://protom-education.com/en/programm_en/

    Best regards Raph

    #1188983

    Thanks Victoria

    How can I change the size of the font to say 30? Is it possible to change that portion of the banner to a different colour as well?

    #1188926

    Hi haines1,

    Please try the code like this:

    
    
    @media only screen  
    and (max-device-width : 767px) 
    and (max-width: 767px)
    and (orientation : landscape) { 
      .slideshow_align_caption h2 {
        font-size: 24px !important;
      }
      .avia-caption-content p {
        font-size: 18px !important;;
      }
    }
    
    @media only screen 
    and (max-device-width : 767px) 
    and (max-width: 767px)
    and (orientation : portrait) { 
      .slideshow_align_caption h2 {
        font-size: 20px !important;
      }
      .avia-caption-content p {
        font-size: 14px !important;
      }
    }
    
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1188599
    Eugeniadms
    Participant

    Hi,

    I was able to add the phone number on top of the menu header, but it is showing up on the left and right side only. Can I add it to the middle, while changing the size of the font/colour and issue a call with ex: “a href=”tel: 123 456 7899”

    #1188573
    This reply has been marked as private.
    #1188533

    Hi,

    Visually, it may be a little better to slightly reduce the font-size right before it goes mobile.

    Best regards,
    Jordan Shannon

    #1188468

    Hi,
    Thank you for your feedback, lets try something different, using the shortcode wand get the shortcode for a icon like this:

    [av_font_icon icon='ue808' font='entypo-fontello' style='' caption='' size='40px' position='center' color='' link='' linktarget='' animation='' id='' custom_class='' av_uid='' admin_preview_bg=''][/av_font_icon]

    and enter it into a menu “Navigation Label” replacing the menu title like this:
    2020-02-27-065840
    Then assuming this is #menu-item-3274 we will add this Quick CSS to add the title under the icon:

    #menu-item-3274 span.av-icon-char::after {
      content: "Home";
      font-size: 10px !important;
      display: block;
      line-height: 1px;
    }
    
    #menu-item-3274 > a > span.avia-menu-text > span {
       line-height: 40px;
    }

    2020-02-27-070334
    Since your menu is much larger the css may be a little different, can you include an admin login so we can adjust this for your site?

    Best regards,
    Mike

    #1188380

    Hi,
    To change the hover background-color, & font-color & font-size, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.page #nav_menu-2 #menu-produtos li a:hover {
    	background-color: #f8f8f8;
    }
    #top.page #nav_menu-2 #menu-produtos li a {
    	color: #222;
    	font-size: 15px;
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    #1188286

    thank you, solved the issue
    @media only screen and (max-width: 325px) {
    body, body .avia-tooltip {
    font-size: 16px !important;
    }
    }
    did the trick ;)

    #1188231

    Hi swisstraveler,

    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

    
    @media only screen and (max-width:767px) {
        #top #wrap_all .avia-content-slider .slide-entry-title {
            font-size: 16px;
            line-height: 26px;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 30 results - 4,081 through 4,110 (of 18,733 total)