Viewing 30 results - 15,211 through 15,240 (of 18,733 total)
  • Author
    Search Results
  • #353492
    Renvato2
    Participant

    Hi, I was given the css code for changing font style in the Style.Css but no matter what font style I enter the layout page font never changes? I tried deleting cache and shutting down the browser but still nothing.
    I did enter several different styles but it made no difference so I tried different code I found online but still nothing see below

    Also when I reduce the size of my browser on Safari 8.0 The Menu items run into the Header.

    I Tried font-family: "Italic";
    font-family: "Verdana";
    font-family: Italic;
    font-family: “Italic”

    #353476

    Hi!

    Just add the font-family property:

    .subtext .first-line {
        font-size: 16px;
        font-family: "Verdana";
        color: white;
    }
    
    .subtext .second-line{
        font-size: 14px;
        font-family: "Georgia";
        color: peru;
    }

    Best regards,
    Josue

    Hi Yigit
    It does the trick! Thanks.
    Any possibility to customize the font size of words “Portfolio Items” and “Posts” on tag archive pages?

    #353473

    Hey!

    Check it now, i modified the code in functions.php and added this to style.css:

    .subtext .first-line {
        font-size: 16px;
        color: white;
    }
    
    .subtext .second-line{
        font-size: 14px;
        color: peru;
    }

    Change as needed.

    Cheers!
    Josue

    #353466

    That really looks great, I appreciate all your time to make this work out.

    I have another Question.
    In the Functions.php file in Appearance > Editor, there is the Code that Yigit created that replaces the Enfold Logo so I can add my Heading Text,

    #1 How do you make two lines of text as per the Mockup?
    #2 How do I change the Size and Font Type for each Line of Text?

    Thanks again for the Amazing work!

    #353421

    Topic: Slideshow Font

    in forum Enfold
    trellyn
    Participant

    Hi. Got this site dumped in my lap at the 11th hour (which is always fun) and having one small issue, which I am hoping you can help me with. The main page slideshow (see it here: http://www.vroomanmansion.com.php53-10.ord1-1.websitetestlink.com/) should be using the Dancing Script font. I have added the following lines to the Quick CSS:

    div .slideshow_caption h2 {
    font-family: ‘Dancing Script’, cursive;
    font-weight:400;
    text-transform: none; font-size:42px;}

    I can see that everything in this code is working correctly with the exception of the font itself. Can you please tell me why?

    Thank you in advance!!
    Dan

    #353380

    Hi tremblayly!

    Try adding this to your custom CSS.

    span.soldout, span.soldout {
        z-index: 999;
    }
    span.soldout, span.soldout {
        background: -moz-linear-gradient(center top , #c11b17 0px, #7e2217 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-radius: 40px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        left: 6px;
        line-height: 52px;
        margin: 0;
        min-height: 52px;
        min-width: 52px;
        padding: 4px;
        position: absolute;
        text-align: center;
        text-shadow: 0 -1px 0 #7e2217;
        top: 6px;
    }

    That should give it the styling needed to display everywhere.

    Best regards,
    Elliott

    • This reply was modified 11 years, 4 months ago by Elliott.
    #353374

    Hi Coronacom!

    1. It seems to be displaying fine on my iPod and Nexus 7. Did you get this fixed?

    2. Add this to your custom CSS.

    @media only screen and (max-width: 479px) { .av-special-heading-tag { font-size: 20px !important; } }
    

    3. Add an ID to the section and then add this to your custom CSS.

    @media only screen and (max-width: 479px) { #your_id { background: none !important; } }
    

    4. Add this to your custom CSS.

    @media only screen and (max-width: 479px) { .av-catalogue-item img { display: none !important; } }
    

    Regards,
    Elliott

    #353293

    Hey ferriscreative!

    Navigate to Dashboard > Enfold > Advanced Styling and select “Main Menu Links” in the dropdown to edit the font size.

    Cheers!
    Elliott

    #353244

    Ismael,
    I dont understand your instructions “please try to put it above the Quick CSS field”

    Do you mean that the order of the quick css matters, and that I need to put this new css above my existing css?

    If so, I tried that and see no change – the underlines are still there. Here is my entire Quick CSS as it is currently:

    
    .html_header_top .header_color .main_menu ul:first-child >li > ul, .html_header_top #top .header_color .avia_mega_div > .sub-menu {
    border-top: none !important;
    }
    
    body {
      font-size: 18px;
    }
    
    .header_color .main_menu ul ul { background-color: transparent; color: black; }
    .header_color .main_menu .menu ul li a { background-color: rgba(248,248,248,0.7); color: black; }
    
    .header_bg {
    opacity: 1;
    }
    
    .main_color div.hr span, .main_color div.hr {
    	border-color: blue;}
    

    If that’s not what you mean, I am not sure how to place the CSS you provided “above the Quick CSS field’.
    Thanks for your assistance

    Hi solra93!

    Right now you have them all set to H1 special headings. If you want to make them smaller you can switch them to H2 or H3, etc etc. Or if you want to make them bigger then navigate to Dashboard > Enfold > Advanced Styling and select the H1 element to increase it’s font size.

    Best regards,
    Elliott

    #353196

    Hey pixallus!

    After you make your button view your page and then right click and view source and copy the HTML for your button. Something like this,

    <div class="avia-button-wrap avia-button-center  avia-builder-el-0  avia-builder-el-no-sibling "><a class="avia-button  avia-icon_select-yes-left-icon avia-color-theme-color avia-size-small avia-position-center " href="#"><span data-av_iconfont="entypo-fontello" data-av_icon="" aria-hidden="true" class="avia_button_icon avia_button_icon_left "></span><span class="avia_iconbox_title">Click me</span></a></div>
    

    You can then paste that into a codeblock element and then add a rel = “lightbox” to the link like so.

    <div class="avia-button-wrap avia-button-center  avia-builder-el-0  avia-builder-el-no-sibling "><a rel = "lightbox" class="avia-button  avia-icon_select-yes-left-icon avia-color-theme-color avia-size-small avia-position-center " href="#"><span data-av_iconfont="entypo-fontello" data-av_icon="" aria-hidden="true" class="avia_button_icon avia_button_icon_left "></span><span class="avia_iconbox_title">Click me</span></a></div>
    

    Regards,
    Elliott

    • This reply was modified 11 years, 4 months ago by Elliott.
    #353032
    ferriscreative
    Participant

    Can you please give me the Quick CSS for altering the header / main nav font size? I’ve tried a number of descriptions and none seems to work. Thanks so much!

    #352941

    Hi!

    You can decrease the padding and font size:

    @media only screen and (max-width: 1024px) {
    .pricing-table>li {
    font-size: 12px;
    padding: 5px 4px;
    }
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    solra93
    Participant

    Hi guys.

    Each individual Special Heading element gives the option to change font sizes, yet I am still having problems getting the custom font sizing to work as it should. Could you please tell me what is wrong with this.
    Thanks

    Sol

    Hi

    Here it is:
    http://shao-nian-why-bored-z.com/?p=3552

    Also is it likely to change the font size/color of words “Portfolio Items” and “Posts” on tag archive pages?

    #352533

    Sorry but all of this is getting more and more frustrating with the code.:-( Can we clarify this? Here is what I have after I put in your code..
    The main menu with the white background is extending all the way across the page and we do not want that. Just enough to hold what is in the menu and we don’t want it to wrap to a second line if someone enlarges the screen.
    Thank you

    @media only screen and (max-width: 990px) {
    .logo img { max-width: 70%; }
    .logo { left: 0!important;
    }
    }
    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 90%;
    height: auto !important;
    margin-left: 0!important;
    margin-top: 10px!important; }
    }
    @media only screen and (max-width: 767px) {
    ul#avia2-menu {
    display: none;
    }
    }
    #top .header_color.av_header_transparency .avia-menu-fx {
    background: transparent;
    }
    #top .header_color.av_header_transparency, #top .header_color.av_header_transparency .phone-info.with_nav span {
    color: #000000;
    }
    .header_color .header_bg, .header_color .main_menu ul ul,.header_color .main_menu .menu ul li a,.header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div,.header_color .av-subnav-menu > li ul,.header_color .av-subnav-menu a {
    background-color: rgba(255,255,255,0.3);
    }
    #top #header_meta a, #top #header_meta ul, #top #header_meta li, #top #header_meta .phone-info {
    color: #305c29;
    font-size: 12px;
    }
    .html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child { width: 73%; }
    .av-main-nav > li > a { padding: 0 6px;
    }
    ul#avia-menu {
    background-color: rgba(255,255,255,0.4);
    border-radius: 5px;
    }
    }
    div#header_meta {
    background-color: rgba(255,255,255,0.5)!important;
    }
    #top .av_header_transparency #header_meta li {
    border-color: rgba(255,255,255,0.25);
    font-size: 12px;
    }
    body {
    font-size: 15px;
    }
    .av_phone_active_right .phone-info {
    float: right;
    font-size: 12px;
    }
    #socket .sub_menu_socket {
    float: right;
    margin: 0;
    font-size: 12px;
    }
    #socket .container {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    }
    #footer .widgettitle {
    color: #FFFFFF;
    font-size: 22px;
    }
    .main_color .tabcontainer .tab:hover, #top .main_color .tabcontainer .tab.active_tab {
    color: #5F8821;
    font-size: 15px;
    }
    .sidebar_tab, .main_color .tabcontainer .tab {
    color: #5F8821;
    font-size: 15px;
    font-weight: bold;
    }
    div .main_color .tabcontainer .active_tab_content, div .main_color .tabcontainer .active_tab {
    background-color: #e1e7d4;
    color: #000000;
    }
    .newsbox .news-thumb{
    display: none;
    }
    #footer strong.news-headline {
    font-size: 14px;
    color: #ffffff;
    }
    #footer span.news-time {
    font-size: 14px;
    color: #ffffff;
    }
    #socket .menu {
    margin-top: 6px;
    font-size: 14px;
    }
    .widget_recent_entries li a {
    font-style: italic;
    font-family: “Georgia”, “Times New Roman”, Helvetica, Arial, sans-serif;
    font-size: 14px;
    }

    #352504

    Thanks! is there a way to customize the tab colors? and change the font size?

    #352489

    Hey Micheal0424!

    Try adding this to your custom CSS.

    #socket .social_bookmarks a {
        font-size: 20px;
    }

    Best regards,
    Elliott

    #352461

    Hey!

    Please add following code to Quick CSS as well

    #top div div.product .woocommerce-tabs ul.tabs li a { font-size: 18px; }

    Regards,
    Yigit

    #352454

    Thank you for your super fast reply – I see this works for the panel – however I’m trying to make the actual tab itself the font size bigger

    #352423

    Hey!

    Please add following code to Quick CSS

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

    If that does not help, please post a screenshot and show the changes you would like to make
    Regards,
    Yigit

    #352384

    Hey None!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    #top div div.product .woocommerce-tabs .panel {
    font-size: 18px;
    line-height: 1.6em;
    }

    Regards,
    Ismael

    #352323

    In reply to: Seitengeschwindigkeit

    This reply has been marked as private.
    #352292
    Micheal0424
    Participant

    http://walehockey.com/

    How can I make social icon in socket larger?

    Something like this but for the socket area:
    div#header_meta [data-av_icon]:before, div#header_meta .phone-info {
    font-size: 18px !important;
    }

    Thanks.

    #352201
    kmicks
    Participant

    Hi,
    I’m trying to make buttons on top of one another the same size despite the text. I have tried the CSS that has been suggested to other users, but it hasn’t affected my buttons. I’ve already changed the size of my buttons and the font inside in CSS to make them larger using the following codes: Any other ideas? Thanks!

    I’ve tried the following as well as a couple others that i found on the forum, but they haven’t made the buttons equal.
    .avia-button.avia-size-large { min-width: 120px; }
    .avia-button.avia-size-large { min-width: 127px; }

    (I’m trying to get them both to be the size of the bottom button)

    Thanks!
    Kevin

    #352156
    None
    Participant

    I’ve been trying to make the product tabs font larger but so far not succeeded.
    With custom CSS, how can I make the font of the product tabs at size 18px?

    #352128

    In reply to: WPML Customization

    I did some changes by my own. still need to know about
    – the borders between the WPML langage codes in the main menu
    – the padding from the language codes to the new border
    – the distance of the 1st langage code to the menu items
    – the font color and text-decoration of the active/current language code

    that’s my current Quick CSS:

    .language_flag img {
    display: none !important;
    }

    .av-main-nav > li:first-child .avia-menu-text{ border-left: 0; }
    .av-main-nav > li:last-child .avia-menu-text{ border-left: 0; }
    .avia-menu-fx{ display: none; }
    .av-main-nav > li > a > .avia-menu-text{ border-left: 1px solid #666666; padding-left: 20px; }

    .header_color .main_menu ul:first-child > li > a { font-size: 14px!important; color: black!important; }

    .header_color .main_menu ul:first-child > li > a:hover { color: #1e73be! important; text-decoration: underline; }

    .header_color .sub-menu > li:hover > a {
    color: #1e73be! important; text-decoration: underline;
    }

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: #1e73be! important; text-decoration: underline; }

    #352002

    Hi!

    One of the media queries is not closed properly. Please look for this code:

    @media only screen and (max-width: 480px) {
    .responsive.social_header .phone-info, .responsive.social_header .phone-info a {
    text-align: center;
    float: none;
    clear: both;
    margin: 0;
    padding: 2;
    font-size: 14px !important;
    }

    Replace it with:

    @media only screen and (max-width: 480px) {
    .responsive.social_header .phone-info, .responsive.social_header .phone-info a {
    text-align: center;
    float: none;
    clear: both;
    margin: 0;
    padding: 2;
    font-size: 14px !important;
    }
    }

    You need to move all media queries at the bottom of the Quick CSS field.

    Regards,
    Ismael

    #351983

    Hey!

    Please replace the code with this:

    @media only screen and (max-width: 989px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 7px;
    font-size: 16px !important;
    }
    }

    Best regards,
    Ismael

Viewing 30 results - 15,211 through 15,240 (of 18,733 total)