Viewing 30 results - 18,361 through 18,390 (of 18,716 total)
  • Author
    Search Results
  • #135413

    Hi,

    You can use this on your custom.css or Quick CSS:

    .header_color .main_menu ul:first-child > li > a {
    color: red;
    }

    .bottom_nav_header.social_header .main_menu ul:first-child>li a {
    font-size: 15px;
    }

    For active state, use this:

    .header_color .main_menu ul:first-child > li.active-parent-item > a {
    color: blue;
    }

    And hover state:

    .header_color .main_menu ul:first-child > li a:hover {
    color: blue;
    }

    Regards,

    Ismael

    Eye4udk
    Participant

    Hi, I cant find where exactly to change the font size of the top text on the home page. I am using the Avisio theme

    Home About What to expect PortfolioOur best stuff Contact Get in touch! Blog Late, and also the colour.

    I found everything else

    Thanks

    #135529

    Hi,

    Please add this on your custom.css or Quick CSS:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 8px;
    font-size: 12px;
    }
    }

    This will decrease the padding and the font size on iPad.

    Note: The menu overlap is still not fix on instance when you rotate the iPad from landscape to portrait view without refreshing the page.

    Regards,

    Ismael

    #135389

    In reply to: Mido's question.

    Hi,

    Which slider are we talking about here? Layer Slider, Easy Slider?

    You can add this on your custom.css or Quick CSS to show the numbers:

    .avia-slideshow-dots a {
    display: inline-block;
    height: 13.5px;
    width: 13.5px;
    border-radius: none;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    text-indent: 0;
    overflow: visible;
    margin: 0 1px;
    padding: 7px;
    color: black!important;
    font-size: 30px;
    border: none !important;
    background: transparent !important;
    }

    Regards,

    Ismael

    #135317

    In reply to: Toggles content

    Hi,

    First, upgrade your theme to 1.9.1. Then switch the Advance Layout Editor to debug mode.

    Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You can now see the actual shortcode below the Advance Editor. You can combine shortcodes like this:

    [av_tab_container position='sidebar_tab sidebar_tab_left' boxed='border_tabs' initial='1']
    [av_tab title='Tab 1' icon_select='no' icon='1']
    Tab Content goes here
    [av_button label='Click me' link='' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='25']
    [/av_tab]
    [av_tab title='Tab 2' icon_select='no' icon='1']
    Tab Content goes here
    [av_button label='Click me' link='' link_target='' color='theme-color' custom_bg='#000000' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='25']
    [/av_tab]
    [/av_tab_container]

    The code above is the tab shortcode with button shortcode inside the toggles.

    Regards,

    Ismael

    #134751

    In reply to: Header menu resize

    Hi,

    Please add this on your custom.css or Quick CSS

    @media only screen and (min-width: 768px) and (max-width: 989px) {

    .main_menu ul:first-child > li > a {
    padding: 0 8px;
    font-size: 11px;
    }
    }

    Regards,

    Ismael

    Hi,

    There is still no fix on instances where you rotate the iPad then don’t refresh the page.

    To fix the special heading, you can use this on your custom.css or Quick CSS:

    @media only screen and (max-width: 767px) {
    .av-special-heading h3 {
    font-size: 14px;
    }
    }

    Regards,

    Ismael

    #134510

    Hi stunna42,

    It looks like your code actually has a single extra line included right after your code. If you open up the source for that section of the page there is no br element but instead an empty paragraph. See:

    <div class="avia-button-wrap avia-button-center avia-builder-el-4 el_after_av_textblock avia-builder-el-last "><a href="http://thebailorgroup.com/freeprogram" class="avia-button avia-icon_select-no avia-color-custom avia-size-large avia-position-center " target="_blank" style="background-color:#ffef12; border-color:#ffef12; color:#4d1bf0; "><span class="avia_button_icon avia-font-entypo-fontello">

    #135148

    Hey,

    If the code you provided works then it is ok.

    Regards,

    Ismael

    I’m having the same issue. I copied a layer three times and each layer renders differently (plays different size font, and location moves even though they are all the same) Looks perfect in preview. If the old version works can we get a copy to fix.

    #135147

    Hi Ismael,

    thanks, but this code doesn’t affect the H2 font size:

    h2.post-title a {

    font-size: 30px;

    }

    But if I use this for h1:

    h1.post-title a {

    font-size: 30px;

    }

    it works.

    What goes wrong? This is my code in Quick CSS:

    .template-blog .post .entry-content {

    font-size: 15px;

    }

    p {

    font-size: 15px;

    line-height: 25px;

    }

    .entry-content li {

    font-size: 15px;

    }

    h1.post-title a {

    font-size: 30px;

    }

    h2.post-title a {

    font-size: 20px;

    }

    #134193

    Hi,

    You can add this:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 8px;
    font-size: 12px;
    }
    }

    Regards,

    Ismael

    #135146

    Hi,

    You can change the blog post title using this:

    h2.post-title a {
    font-size: 30px;
    }

    The main title, using this:

    .main-title a {
    font-size: 40px;
    line-height: 60px;
    }

    Regards,

    Ismael

    #133298

    Hi

    In the theme’s custom.css file (in the css folder) we have 2 predefined media queries for you to use. Add the below to the mobile only query:

    #top .avia-small-width-slider .avia-slideshow-arrows a {
    width: 30px;
    height: 30px;
    margin: -15px 5px 0;
    line-height: 32px;
    font-size: 15px;
    }

    Then adjust its sizing as needed or do a display: none; to remove them all together if you want.

    Regards,

    Devin

    #135145

    Hi Ismael,

    Thank you.

    Can you also help me change the fonts of title, H1, H2, H3 etc.. in a blog and page… and also on the blog overview page so it’s very clear what the title is and what subtitles. Right now in default the H2 is bigger dan the H1.

    Thanks

    Michiel

    #135144

    Hey,

    Just add this:

    .entry-content li {
    font-size: 14px;
    }

    Adjust the font size.

    Regards,

    Ismael

    #27726
    mschoonhoven
    Participant

    The default size in the bullet list is smaller then the size of normal page of post font. How can I change the font size in the bullet lists in Quick CSS?

    Thanks,

    Regards

    Michiel

    #134785

    Hi,

    Please try this on your custom.css or Quick CSS

    .msie8 .main_menu ul:first-child > li > a {
    padding: 0 8px;
    font-size: 12px;
    }

    or

    .main_menu ul:first-child > li > a {
    padding: 0 8px9;
    font-size: 12px9;
    }

    Regards,

    Ismael

    #134979
    #134667

    Hi Kriesi, run perfects.

    /* MENU 1 */

    .main_menu {height:25px; top:92px; right:-30px;}

    .main_menu ul li a {height: auto !important; line-height: 20px !important;}

    .main_menu ul:first-child > li > a {padding:2px 7px; font-size:10px;}

    /* MENU 2, 3, 4, .. */

    /* MEGA MENU 3 */

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

    /* MEGA MENU 2 */

    #top #header .mega_menu_title {font-size:15px; font-family: Arial; border-bottom:}

    #top #header .mega_menu_title a {font-size:15px; font-family: Arial; border-bottom: #ccc 1px dotted;}

    #top #header .mega_menu_title a:hover {color: #0B96FF; text-decoration:none;}

    /* MEGA MENU 3 */

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

    Xavier.

    #134666

    Hey!

    add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->Styling:


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

    this will increase 2nd and 3rd menu font size as well as mega menu fonts size

    Cheers!

    #27679
    vadi4ek
    Participant

    Hi, first of all, Gret job you have done here.

    However I have some small issues.

    1. How to enlarge the height of the picture inside the scrollable area. Gave it large paddings but still it’s smaller then in a demo.

    2. Before purchased the theme I was sure I can add a CTA text and button inside this area(from 1.) like in this one http://themes.webcreations907.com/ninezeroseven/revolutionslider/

    It’s very very important for me!

    Now, how complicated could it be to do this, by my self (not much knowledge of PHP)?

    Are you planing to add this feature on your next update?

    BTW: Using the provided child-theme. But for now only changed some CSS in it.

    p.s It’s also ma be helpful to give an option of font-size for the texts and headings from the admin panel.

    #134507

    Oops…sorry about that. Upon saving the button with the HTML above, it is transformed into:
    <p style=”font-size:30px”>CLICK HERE TO GET YOUR FREE 28 PROGRAM,</p>
    <p style=”font-size:30px”>DELICIOUS RECIPES, HOW-TO VIDEOS, AND MORE</p>

    I added the recommended code as specified, but sadly it has no effect.

    You can see what I’m trying to do in the purple colored section at http://thecaloriemythbook.com/ (trying to make a big button with big text…the phantom br elements are causing the little phantom yellow button below the big yellow button)

    Any other ideas?

    Thanks!

    #134838

    Hey,

    The css issue seems to appear between 786px to 1000px screen widths. We can use Media Queries to fix that. Add this on your custom.css or Quick CSS:

    @media only screen and (min-width: 786px) and (max-width: 1000px) {
    .avia-icon-list .iconlist_icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 25px;
    margin-right: 15px;
    }
    }

    Regards,

    Ismael

    #134291

    Hi

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #footer .widgettitle {
    color: #FFFFFF;
    }
    #footer #nav_menu-3 h3 {
    font-size: 16px;
    }

    and adjust as needed.

    Regards,

    Devin

    `

    MindSpark
    Participant

    Hello,

    I have built a custom button using css and it is displayed inside of an accordian using the theme’s shortcodes. for some reason, I cannot horizontally center the button and wonder if there is a conflict I can’t detect.

    here is the code in the HTML editor:

    [av_toggle_container initial='0' mode='accordian' sort='']
    [av_toggle title='Individual / Residential Membership' tags='']
    <p style="text-align: center;">This membership is perfect for local residents not representing any particular organization, but looking for a formal connection to the New Tampa business community.</p>
    <a class="jb" id="jb" title="Join the New Tampa Chamber of Commerce" href="http://#/">Join The Chamber </a>
    [/av_toggle]

    and here is my CSS:

    #jb {
    border-radius: 3px;
    padding: 10px;
    width: 18%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    }

    .jb {background: #52ac43;
    margin: 0 auto 0 auto;}

    .jb:hover {background: #52ac43;opacity: 0.8;}

    here is the link to the page where I am testing it: http://mindsparkconsulting.com/clients/test2/membership/ntcc-levels/

    am I missing something? I want this button centered.

    thanks

    #134665

    I add to the question, I wanted that information whether I define the levels as “MegaMenu” or not.

    Thank you!

    Xavier.

    #27614
    xpoveda
    Participant

    Hello, I would like to change the size and font of the 2nd and 3rd level header menu.

    Can you help me?

    http://www.escalamas.com

    Thank you!

    Xavier.

    #127874

    Hi,

    You can use this:

    .header_color .sub_menu>ul>li>a {
    font-size: 14px;
    color: red;
    }

    You can also change the phone number size and color with this:

    .phone-info.with_nav {
    font-size: 14px;
    color: red;
    }

    Regards,

    Ismael

    #127872

    Hi,

    @elames: Thanks for the tip.

    @bevlogenverf: I don’t see the breadcrumbs or page title on every page. I assume you already fixed it. If you didn’t, just add this on your custom.css or Quick CSS

    .title_container {
    display: none;
    }

    And I can see that you’re having a style issue on your menus, I think this will fix it:

    .main_menu ul:first-child > li > a {
    font-size: 13px;
    font-weight: 500;
    }

    You can adjust the font size to 12.

    Regards,

    Ismael

Viewing 30 results - 18,361 through 18,390 (of 18,716 total)