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

    Hi Nick,

    I have several additions in my Quick CSS from previous queries, could this be what is causing the problem? (below):

    I have the fullscreen easy slider in the footer, but haven’t used the layer slider, do you mean I should delete this element anyway, even if not used?.

    Thanks Nick,

    Gary

    #top .social_bookmarks li {
    float: right;
    }
    .sub_menu {
    left: 0;
    }

    html {
    background: white !important;
    }

    #top .social_bookmarks_mail:hover a{color:#efefef; background-color:#666666; }

    .iconlist-char {color:#0093dd;}
    .avia-icon-list .iconlist_icon {
    background: white !important; border: 2px solid #0093dd;
    }

    #top #socket .social_bookmarks {
    position: absolute;
    right: 0;
    }

    @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;
    }
    }

    #136089

    Hey,

    You can change font size using CSS:

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

    Menu color:

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

    Active menu color:

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

    Please give a specific list of items you want to change, we’ll help you with it.

    Regards,

    Ismael

    #135797

    Hi,

    I think you are confusing something, because h5 refers to a type of a font size designated as a heading. header elements normally do not have borders, though they often enough reside in div or span tags that have such a border. Please show a URL where something like what you describe can be found in order for us to give you a meaningful solution.

    Thanks,

    Nick

    #135811

    In reply to: Icon Images

    Hi,

    Those are not images but glyphs , a font much the same as any other font but instead of letters they have those symbols. if you look at your text editor you can add one with a shortcode (magic wand with yellow glow button on top of text editor) , then you can give it font size 190px or so and it will look like a large image though it is selectable as any regular font.

    thanks,

    Nick

    #27994
    dejatobin
    Participant

    I cannot find an option to change all the font sizes of menu items, content, titles etc. I assume that a great theme like this has this option standard in the theme options to make an easy change in font size.

    Where can i change all the font sizes?

    please advice

    grtz

    desch

    #135536

    Hi Ismael,

    great, thanks for that!

    I have entered as mentioned above to http://www.musikzentrale.net, but here is what happens now:

    resizing the browser window below 1030px both now, the main menu AND the mobile menu, show up. when i go under 1013px in width, the logo vanishes, but still both menus are there, main and mobile. The main menu disappears when i go below ~780px

    here is my setting, anything wrong with that?

    IN AVIA.JS

    ‘function avia_responsive_menu()

    {

    var win = $(window), header = $(‘.responsive #header’);

    if(!header.length) return;

    var menu = header.find(‘.main_menu ul:eq(0)’),

    first_level_items = menu.find(‘>li’).length,

    bottom_menu = $(‘html’).is(‘.bottom_nav_header’),

    switchWidth = 1024;

    if(first_level_items > 8 && !bottom_menu)

    {

    switchWidth = 1100;

    header.addClass(‘mobile_menu_tablet’);

    }’

    AND IN CUSTOM CSS:

    ‘@media only screen and (max-width: 1100px) and (min-width: 1024px) {

    .responsive .main_menu ul:first-child > li > a {

    padding: 0 8px;

    font-size: 12px;

    }

    }’

    Thanks for your help

    Regards, SEbastian.

    PS: I am not really aware of what i am doing with those entries, it is more a guessing thing ;-)

    #27955
    tjayowen
    Participant

    Greetings!

    I really do love this theme!!!! It is beautiful!

    I have been scouring through this support site for advice and for someone to have asked this question…and wish to goodness I could find a way to do this without having to ask for help, but alas…I have not been able to find the answer or have any success with attempts I have made.

    I want to be able to define the font properties (font size, font family, etc.) for the header, footer and possibly other areas around the site.

    I can’t seem to locate the area where the code should be updated. I have tried copying snippets into the CSS quick box, under styling, but that doesn’t seem to do anything.

    Thank you sooooooooo much in advance!

    #135535

    Hey,

    Please replace this with code:

    bottom_menu = $('html').is('.bottom_nav_header'),
    switchWidth = 900;

    with:

    bottom_menu = $('html').is('.bottom_nav_header'),
    switchWidth = 1024;

    and this:

    if(first_level_items > 8 && !bottom_menu)
    {
    switchWidth = 900;
    header.addClass('mobile_menu_tablet');
    }

    with

    if(first_level_items > 7 && !bottom_menu)
    {
    switchWidth = 1100;
    header.addClass('mobile_menu_tablet');
    }

    Remove browser cache the reload the page.

    Don’t forget to add this css code on your 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;
    }
    }

    Regards,

    Ismael

    #135655

    In reply to: Footer CSS text size

    Hey,

    You can add this on your custom.css or Quick CSS

    .execphpwidget p, .execphpwidget strong, .execphpwidget span {
    font-size: 11px !important;
    }

    Regards,

    Ismael

    #135750

    Hi,

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

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

    body .av-special-heading > * {
    white-space: pre-wrap;
    width: 600px;
    }
    }

    Regards,

    Ismael

    #135631

    Hi,

    Edit style.css then look for .nav li a strong. Adjust the font-size.

    Regards,

    Ismael

    #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
Viewing 30 results - 18,361 through 18,390 (of 18,727 total)