Viewing 30 results - 13,621 through 13,650 (of 18,734 total)
  • Author
    Search Results
  • #459238

    In reply to: Shop Page

    Hey!

    Yigit’s code should work and I can’t see that it is implemented on your website. Instead I see that there is still “font-size: 25px” defined. Make sure that you implemented it correctly in Quick CSS. Also clear browser cache and refresh your website a few times to check again.
    If it won’t work then please provide us admin access, so we can take a deeper look into it. Post login details here as private reply.

    Regards,
    Andy

    • This reply was modified 10 years, 9 months ago by Andy.
    #459107

    Hey FelixWeile!

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

    #top .social_bookmarks li a {
    font-size:22px !important;
    }

    Cheers!
    Rikard

    #458928
    DunesResort
    Participant

    Hello!
    I’d like to enlarge the font size of the main menu – on all levels – across all pages. Please send the style code for this.
    Thanks much.

    #458817

    Topic: Font menu size

    in forum Enfold
    misteradamello
    Participant

    I want to change the font size of the top menu , but do not know how …

    #458721

    In reply to: Facing three Issues

    Hey Hardeep!

    Thank you for using Enfold.

    1.) You can use the Icon List element. A screenshot of what you’re after will help.

    2.) You can modify the blockquote element in the Quick CSS field. This is the default styling:

    blockquote {
      border-left-style: solid;
      border-left-width: 7px;
      padding-left: 20px;
      margin-bottom: 1em;
      margin-right: 1em;
      font-size: 1.235em;
      line-height: 1.5em;
    }

    3.) What do you mean by “block”? Are you trying to make it private?

    Regards,
    Ismael

    #458719

    Hi!

    Please try this:

    @media screen and (max-width: 767px) {
    #header_main {
      z-index: 50;
    }
    
    .widget_wc_aelia_currencyswitcher_widget select#aelia_cs_currencies {
      font-size: 11px;
      height: 25px;
    }
    
    @media screen and (max-width: 767px)
    #header .widget {
      left: 0px;
      top: -140px;
      width: 100px;
    }
    }

    The code should position the widget above the logo, beside the “Account” menu item.

    Cheers!
    Ismael

    #458479

    In reply to: Some issues

    Merhaba :)
    I am fine as well, thanks
    I solved the icon to menu issue with a plugin and it looks like fine.
    http://eimer.lebuso.de/ is my link. I added the icons with the menu icon plugin, worked out fine. About the active menu color, i found some css codes which i used and looks also ok. ==> do you thing that this is ok ?
    I added this code which i compiled from support here :)
    The second code made the menu look better. So i left it, When i move the menu gets too small. So i would like the same structure with Tahoma-
    Thanks and Regards

    li.current-menu-item > a > .avia-menu-text {
    font-color: green!important;
    color: green!important;
    }
    
    .header_color .main_menu ul:first-child > li > a { font-family: "freight-sans-pro", sans-serif; font-size: 18px!important; font-weight: 300!important; color: #333!important; font-style: normal!important; }
    
    #458429

    Hi!

    Please add following code to Quick CSS

    .tag h3 {
      font-size: 20px!important;
    }

    Best regards,
    Yigit

    #458356

    Hey Luc!

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

    @media only screen and (max-width: 767px) {
    .responsive .title_container .breadcrumb {
      font-size: 16px;
    }}

    Cheers!
    Yigit

    #458311
    cripworth
    Participant

    Hello,

    I am sure I have done something stupid… My shopping cart used to be pink.

    Quick CSS

    #top .cart_dropdown {
    font-size: 20px;
    color: #ff0099 !important;
    margin-left: 30px !important;
    }

    For some reason the CSS is being ignored now… if I add display: none it does disappear though :-/

    Cheers

    Chris

    #458301
    lmercx
    Participant

    Hello,

    I’m using Enfold for a Woocommerce powered site. On desktop everything is fin now but I would like to add some links to the categories when ordering from phone or tablet.

    User case: our customer adds a sandwich to his order. He would like to order then a juice. Now he has to use the main menu, choose ordering again, choose the juices cat and pick his juice. The most beautiful would be I can show links to the categories above the product when on mobile.

    Maybe a small fix by increasing the breadcrumbs font size (on mobile only) can fix it.

    #458285

    Great, thank you.

    How do I edit the font size of the <H3>POSTS</H3> and <h3>PORTFOLIO ITEMS</H3> also on the /tag/ pages?

    Thanks

    #458251

    Hey phausner!

    You can target it by using the following CSS:

    h1.main-title, h1.entry-title {
    color: blue !important;
    font-size:22px !important;
    }

    Cheers!
    Rikard

    #458233

    Hey!

    You can try to make the text even smaller, I changed the previous code to 0.6 em for mobile and aligning the text to the left might look better:

    @media only screen and (max-width: 767px) {
    .av-inherit-size .av-special-heading-tag {
      font-size: 0.6em !important;
    }
    .page-id-431 .avia-builder-el-2  h2 {
    text-align: left !important;
    }
    }
    

    Regards,
    Rikard

    #458160

    Hi!

    Please use the following in Quick CSS to hide the header row on mobile and to style the Header text for mobile:

    @media only screen and (max-width: 767px) {
    tr.avia-heading-row {
    display:none !important;
    }
    .responsive .avia_responsive_table .avia-data-table td:before {
      font-style: italic;
      font-size: 16px;
    }
    }

    Regards,
    Rikard

    davegeipel
    Participant

    My site is finally being picked up with google and it’s showing enfold code within the description EVEN THOUGH it’s not in the text of the page. Here’s an example from Google (without my site info):

    TITLE OF MY SITE
    http://www.myurl.com
    av_textblock size=” font_color=” color=”] Southeastern Pennsylvania’s Real Estate Source [/av_textblock] [av_icon_box position=’left’ boxed=” icon=’ue84d’ …

    My question is how this happens.
    I am now using “Add Meta Tags” to help overwrite this issue. Any ideas? Also, I am not using a general template – so should I change a master file to fix this on all the pages this happening on or other ideas?

    Thanks.

    #458051

    Hey!

    Would be a matter of just copying the same block to your child style.css and it will override the parent one:

    	@media only screen and (min-width: 480px) and (max-width: 767px) {
    		.responsive #top .slideshow_caption h2{font-size: 60px !important;}
    	}

    Regards,
    Josue

    #458023

    Hi all,

    I’m bringing up another issue with making simple design changes on the mobile version using the child theme. Something as simple as changing the slider title size can’t be done without changing the shortcode.css file.

    @media only screen and (max-width: 767px) and (min-width: 480px)
    .responsive #top .slideshow_caption h2 {
      font-size: 20px !important;
    }

    Since the code above has an “!important” value, I can’t make the changes in the child theme. Something to consider.

    There are two websites I’m currently working on. The first is dialoguesincubanart.org which I made the changes needed for mobile on the actual theme since the child theme changes did not work. And now I’m working on http://alliemunroe.flywheelsites.com/ where I can’t make the change to the slider title.

    I would be great to have these child theme issues resolved to better streamline any future updates to the theme. I think you all have a solid theme with Enfold and these small improvements would make it even better.

    Thanks!

    #457980

    In reply to: Cookie Law Info

    Hey SpecThra!

    Thank you for using Enfold.

    Use this in the Quick CSS field to adjust the position and style of the cookie bar:

    #cookie-law-info-bar {
      border: 0;
      font-size: 10pt;
      margin: 0 auto;
      padding: 5px 0;
      text-align: center;
      width: 100%;
      z-index: 9999;
      left: 0;
    }

    Regards,
    Ismael

    #457954

    In reply to: notification

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .avia_message_box_content {
      font-size: 12px;
    }

    Cheers!
    Yigit

    #457953

    In reply to: notification

    I’m sorry for my English :-)
    I want to know how can I decrease the font size of the note on the page http://www.luigifantozzi.com/chirurgia-plastica/mastoplastica-additiva/

    #457938

    Hi!

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

    #header { background-color: white; }
    #header.av_header_transparency { background-color: transparent; }

    2-

    .phone-info {
      font-size: 16px;
    }

    3- Please go to Enfold theme options and make sure that you are not zoomed in on your browser, you can set it back to 100% by pushing CTRL + 0 on Windows and CMD + 0 on Mac

    Best regards,
    Yigit

    #457896

    In reply to: custom image look

    Hey Alexander!

    1- Now that i commented out your custom CSS code in Quick CSS field, image looks 1:1 circle. You can add following code to Quick CSS to give it a white border

    .av-styling-circle .avia_image {
      padding: 10px;
      background-color: white;
    }

    It should look like this – http://i.imgur.com/5FmNyF8.png
    2) A- Please add following code to Functions.php file in Appearance > Editor

    function custom_google_fonts() {
    	wp_enqueue_style( 'Dancing script', 'http://fonts.googleapis.com/css?family=Dancing+Script' );
    }
    add_action( 'wp_enqueue_scripts', 'custom_google_fonts' );

    Then edit your Text block element and give it a custom CSS class and add following code to Quick CSS

    .your-custom-class strong { font-family: 'Dancing Script', cursive !important; font-size: 40px; }

    B, C, D – Please refer to this post and add new font weight – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/ and then change font weight and font size using custom CSS similar to the one above
    E- Not really sure what you meant by L1. Can you please elaborate on the changes you would like to make there?
    3- Please add following code to Quick CSS

    .av-share-link-description {
      text-align: center;
    }

    Cheers!
    Yigit

    #457871

    In reply to: Shop Page

    Hi Yigit
    Thanks for the quick reply but I’m afraid this doesn’t work either. I’ve tried different max-widths and font size.
    Anji

    #457750

    In reply to: Shop Page

    Hey!

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

    @media only screen and (max-width: 1220px) {
    .av-image-caption-overlay-center {
      font-size: 18px!important;
    }}

    Best regards,
    Yigit

    #457502

    In reply to: custom image look

    This reply has been marked as private.
    #457480

    Topic: notification

    in forum Enfold
    patriscia
    Participant

    if I wanted to write with a font size smaller as I do?

    Hey!

    Try adding this code to the Quick CSS / child style.css:

    #top .mobile_menu_toggle .av-current-placeholder {
        font-size: 0;
        max-height: 46px;
    }
    
    #top .mobile_menu_toggle .av-current-placeholder:after{
        content: "Changed";
        font-size: 14px;
    }

    Cheers! 
    Josue

    #457281

    Hey MartinNorton!

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

    #advanced_menu_toggle, #advanced_menu_hide { font-size: 40px; }

    Regards,
    Yigit

    Hi Tal!

    Something like this should do it:

    *:hover{
        font-size: 40px;
    }

    Not sure if that’s the result you’re wanting to achieve though.

    Cheers!
    Josue

Viewing 30 results - 13,621 through 13,650 (of 18,734 total)