Viewing 30 results - 17,761 through 17,790 (of 18,727 total)
  • Author
    Search Results
  • #193681

    Hey!

    Hi!

    You can add this on your custom.css or Quick CSS to reduce the font size and padding of the bottom menu:

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

    Cheers!
    Ismael

    Regards,
    Ismael

    #193630

    Hi Yigit, I followed your instructions and I’m still getting the white gap at the right of the menu now on Chrome, IE and FF.

    Do I need to open another topic to learn how to modify submenus width, background color and font size?

    Thanks in advance.

    • This reply was modified 12 years, 3 months ago by jorgepelaez.
    #193366

    Hello everybody,

    I’m on that client again now and still have the following issues:

    HEADER:

    – I’m using a non-fixed-header. The logo should be above the header. With the CSS code you gave me, there is way too much space between the logo, the nav-menu items and the content below. And there is a separator between the logo and the nav-menu (please see the current site)
    – the highlighted menu item (e.g. “angebot” when selected) should come in orange. The other menu items should stay grey
    – I would like to remove the colored small line under the selected menu item
    – I would like to add a small image to the header. It should be aligned right and linked to the contact (“kontakt”) page

    FONT:

    – The font style is too strong for the client’s taste. I tried to reduce it from 600 down to 500. But it appears to be only strong or not. Any other possibility?
    – I’d like to have two different font sizes in one line. How would I do that? E.g. “profile | SKCC” -> “profile” should come in 16px and “SKCC” in 30px
    – I’d like to highlight text with a specific color. Is it possible?

    LINKS:

    – can I remove the animated enfold arrow which appears when I mouse over a linked image

    The temporary website:
    http://webigami.de/skcc

    I really appreciate your help! Thak you all so much!!!! :)

    Cheers,
    Jan

    #193242
    xpoveda
    Participant

    Hello, I am trying to load the h3 style and I do not load pages in catalan. I am using WPML.

    http://web.sweetmary-cakes.com/sobre-mi/ –> OK font text “Sobre mi”
    http://web.sweetmary-cakes.com/ca/sobre-mi-2/ –> NOK font text “Sobre mi”

    h3 {font-family: “mahalia”, cursive; font-style: font-size:;; 700: normal font-weight 40px;}
    . widgettitle {font-size: 20px; font-weight: 700; letter-spacing: 1px; text-transform: none;}
       
    . wf-loading h3 {visibility: hidden;}
    . wf-active h3 {visibility: visible;}

    I put it in the css / custom.css file, in the theme style.css or the childtheme but does not work.

    Any idea?

    Thank you!

    Xavier.

    Lieber Peter
    Hey vielen Dank für die super schnelle Antwort!
    Punkt 1) scheints nicht zu brauchen, bewirkt meiner Ansicht nach nichts
    Punkt 2) hat geholften, die Bilder springen nicht mehr :-) super!
    mit Punkt 3) meinte ich den Effekt wenn der Cursor das Bild berührt wird das Bild milchig und ein Pfeil erscheint als Zeichen dass das Bild verlinkt ist.

    Noch lieber würde ich jedoch die GANZE Iconbox verlinken. Ist das möglich? und eben ohne dass auf den Bildern dieser Pfeil erscheint aber der Cursor sich ändert.
    Vielen Dank für Deine Bemühungen. Habe schon im Forum gesucht jedoch nichts passendens gefunden das ich verstanden hätte ;-)

    Neue Frage: Die Überschriften erscheinen mir sehr gross! H1 etc… kann ich irgendwo die Grösse einstellen? Vorallem für das *special heading”. Bis jetzt machte ich das mit “<span style=”font-size:65%”>Überschrift Text</span><br />. direkt in der Zeile, das ist jedoch nicht so praktisch…

    Liebe Grüsse
    Daniel

    #192746

    Hey beejman4000!

    Go to Enfold > Styling > Defines the Font for your body text > Select a font. You can also add this on Quick CSS field:

    blockquote {
    font-size: 16px;
    line-height: 1.5em;
    font-family: Arial;
    }

    Cheers!
    Ismael

    #192699

    Hi solarmediapro!

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

    #top .main_menu .menu li ul a { font-size: 18px; } /* font size of sub menu items */
    .header_color .main_menu .menu ul li a { color: red; } /* color of sub menu items */
    #top .header_color .main_menu .menu ul li>a:hover { color: green; background-color: blue; } /* hover state of sub menu items */

    Best regards,
    Yigit

    #192697
    Jason E
    Participant

    I am having a devil of a time setting the font sizes. I have got some of them figured out, but the selectors are not always easy to figure out, or are a mile long.

    What is the best way to grab all of the drop-down items from the main navbar and correctly set their attributes like size and stateful color?

    http://pwec.spireworks.pro/

    #192678
    beejman4000
    Participant

    In Enfold, how do I change the type size and font for the blockquotes paragraph style?

    #192671

    Hi!

    Actually, as you have set them, they are outputted as title menus. You can take a look at this video tutorial to learn more about mega menu http://vimeo.com/channels/aviathemes/67651241

    Regards,
    Yigit

    #192630

    Yes, that works ;) have added this to the custom.css though; you may want to know that the default template as being downloaded yesterday does have this megamenu issue; as for fontsize as well as for the padding.

    #192578

    Thanks for your help. However, I’m still having trouble with items 3 & 4.

    If you notice in my screengrab, the font color of the drop-down menu items didn’t change when static. The hover color change did work though. Can you please see why the static color didn’t change? Also, how can I make the hove font be bold as well?

    Lastly, if you look closely, you’ll see the trim changed to the right color, but now it’s too short. It used to be perfect on all except one menu item, but now it’s different sizes throughout.

    My website is located at http://shiaunycspine.com/dev/

    #192575

    In reply to: Main Manu issues

    Hey!

    I have not included the code to change the size in my previous post, so here it goes

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

    Regards,
    Yigit

    #192573

    In reply to: Main Manu issues

    I have so far been unable to get it to adjust the size, and that has been the problem. It seems to want to override the size and the font-weight, but I will try your code with the size amended.

    #192570

    In reply to: Main Manu issues

    Hey!

    It seems to be working fine on my end. Please see screenshot here http://i.imgur.com/Eulw3A2.jpg I just applied custom css below and increased the font size to 18px to make it more clear
    Please add following code to Quick CSS in Enfold theme options under Styling tab to change font weight

    .main_menu ul:first-child > li > a, .main_menu ul:first-child > li.current-menu-item > a, .main_menu ul:first-child > li.current_page_item > a { font-weight: 300; }

    Regards,
    Yigit

    #192559

    Hey!

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

    #top #header .avia_mega_div > .sub-menu.avia_mega_hr {
    padding-top: 5px; }
    #top #header .avia_mega_div > .sub-menu {
    padding: 5px 15px 15px; }

    Regards,
    Yigit

    #192505

    In reply to: Layout Issue

    Code:

    [av_one_half first]
    [av_icon_box icon='ue800' font='entypo-fontello' position='top' title='Portraits' link='post,4291' linktarget='']
    TEXT
    [av_one_full first]
    [av_button label='Zur Galerie' link='manually,http://' link_target='' color='grey' custom_bg='#444444' custom_font='#ffffff' size='small' position='left' icon_select='yes' icon='ue80f' font='entypo-fontello']
    [av_button label='Angebot / Preise' link='manually,http://' link_target='' color='grey' custom_bg='#444444' custom_font='#ffffff' size='small' position='left' icon_select='yes' icon='ue80f' font='entypo-fontello']
    [/av_one_full]
    [av_hr class='invisible' height='1' shadow='no-shadow' position='center']
    [/av_icon_box]
    [/av_one_half]

    [av_one_half]
    [av_icon_box icon='ue800' font='entypo-fontello' position='top' title='Portraits' link='post,4291' linktarget='']
    TEXT
    [av_one_full first]
    [av_button label='Zur Galerie' link='manually,http://' link_target='' color='grey' custom_bg='#444444' custom_font='#ffffff' size='small' position='left' icon_select='yes' icon='ue80f' font='entypo-fontello']
    [av_button label='Angebot / Preise' link='manually,http://' link_target='' color='grey' custom_bg='#444444' custom_font='#ffffff' size='small' position='left' icon_select='yes' icon='ue80f' font='entypo-fontello']
    [/av_one_full]
    [av_hr class='invisible' height='1' shadow='no-shadow' position='center']
    [/av_icon_box]
    [/av_one_half]

    [av_one_half first]
    [av_icon_box icon='ue800' font='entypo-fontello' position='top' title='Portraits' link='post,4291' linktarget='']
    TEXT
    [av_one_full first]
    [av_button label='Zur Galerie' link='manually,http://' link_target='' color='grey' custom_bg='#444444' custom_font='#ffffff' size='small' position='left' icon_select='yes' icon='ue80f' font='entypo-fontello']
    [av_button label='Angebot / Preise' link='manually,http://' link_target='' color='grey' custom_bg='#444444' custom_font='#ffffff' size='small' position='left' icon_select='yes' icon='ue80f' font='entypo-fontello']
    [/av_one_full]
    [av_hr class='invisible' height='1' shadow='no-shadow' position='center']
    [/av_icon_box]
    [/av_one_half]

    [av_one_half]
    [av_icon_box icon='ue800' font='entypo-fontello' position='top' title='Portraits' link='post,4291' linktarget='']
    TEXT
    [av_one_full first]
    [av_button label='Zur Galerie' link='manually,http://' link_target='' color='grey' custom_bg='#444444' custom_font='#ffffff' size='small' position='left' icon_select='yes' icon='ue80f' font='entypo-fontello']
    [av_button label='Angebot / Preise' link='manually,http://' link_target='' color='grey' custom_bg='#444444' custom_font='#ffffff' size='small' position='left' icon_select='yes' icon='ue80f' font='entypo-fontello']
    [/av_one_full]
    [av_hr class='invisible' height='1' shadow='no-shadow' position='center']
    [/av_icon_box]
    [/av_one_half]

    • This reply was modified 12 years, 4 months ago by kaMai.
    #192455

    Okay i found the fontsize, but now the spacing is still off, I used the following in the custom.css to get the font smaller; but what do i need to set for the spacing ?

    #top #header .mega_menu_title a { font-size: 12px; min-height: 8px;}

    Example of the issue (screenshot) : http://www.prtsc.nl/clip/040Image-500012013×1000150001-52-i001.png

    • This reply was modified 12 years, 4 months ago by 040hosting. Reason: added screenshot for clarification
    #192376

    Hi!

    Please use this:

    #top .title_container .main-title a {
    display: none;
    }
    
    .title_container .breadcrumb {
    font-size: 13px;
    }

    Best regards,
    Ismael

    #192312
    040hosting
    Participant

    I have tried several css changes suggested in the forums but they do not seem to do the job.
    I keep a very large fontsize at the sub menus of the Megamenu enabled menus.

    I would like to use the same fontsize for ALL menus.

    see page at http://develop.040hosting.eu (temporary url)

    Please advice how to fix this the best way

    #192258

    Hi derek62!

    Edit single.php, find this code:

    get_template_part( 'includes/loop', 'index' );

    Below, add the do_shortcode function and the promobox shortcode that you created from a post or page.

    `echo do_shortcode(“[av_promobox button='yes' label='Click me' link='manually,http://' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='large' icon_select='no' icon='ue800' font='entypo-fontello']
    Welcome Stranger! This is an example Text for your fantastic Promo Box! Feel Free to delete it and replace it with your own fancy Message!
    [/av_promobox]“);`

    Best regards,
    Ismael

    #192257
    DaraEmerson
    Participant

    Thanks!
    We would like to use the full-width responsive slider on the start page.
    The dimensions we are using is 1500px x 450px (tall)
    The responsive works well on an iPhone but on an iPad the slider takes up most of the space on the screen (not responsive?)

    It would be great to have a list of the optimum dimensions for various sizes of images:
    full-width images: width (+ height) we would especially like to have so that it works best in responsive mode.
    also full-width for images filling a full page (which has a sidebar.

    Is there anywhere a documentation on the best sizes/setting for photos?
    thanks!

    In addition:
    When the width of our site is narrower, the menu goes on top of the clients logo. We have changed the menu font size to 14 – is this the reason why this has happened? Any way around this?

    • This topic was modified 12 years, 4 months ago by DaraEmerson.
    #192023

    Hi!

    It seems like you have choosen to display “Insights” as Megamenu. If you did not do it on purpose, you can go to Appearance > Menus and uncheck “Use as Mega Menu”. Also you can add following code to Quick CSS in Enfold theme options under Styling tab to decrease the size of titles of Mega Menu

    #top #header .mega_menu_title a { font-size: 14px; }

    Cheers!
    Yigit

    #191887

    In reply to: Font issue

    Hi!

    Please refer to this topic https://kriesi.at/support/topic/new-custom-font/
    You can add following code to Quick CSS in Enfold theme options under Styling tab to change the font size of h2

    h2 { font-size: 32px; }

    You can adjust and apply the code for all heading elements

    Cheers!
    Yigit

    #191855

    Hey!

    Please add following code to Quick CSS as well

    .js_active .tab { font-size: 18px; }
    .header_color .main_menu ul:first-child > li > a:hover { color: purple; }

    Best regards,
    Yigit

    #191852

    Thanks Yigit for the super-fast response! Most of this worked. Just a couple follow-up questions.

    For the tabs, I don’t want to change the text in the content of the tabs. I want to change the size & color of the text in the tab header itself.

    As for the navbar menu, that works great. I’ve been able to make the text larger and a color of my choice. Now how do I define the rollover/mouseover color?

    #191843

    Hey mgerenser!

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

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

    2)

    >code>.active_tab_content .tab_inner_content { color: green; font-size: 16px; }

    3)

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; }

    4)

    .footer_color, .socket_color { background-color: blue; }

    Cheers!
    Yigit

    #191834
    mgerenser
    Participant

    Love the Enfold theme! Just a few questions:

    1. How do I change the font size of the menu items in the top navbar?

    2. I’m using the “tabs” content element. Love this feature! But how do I change the font size and font color of the text inside the tabs themselves?

    3. It appears all H1 tags are capitalized. How do I get rid of the caps, and make all h1 tags a certain color?

    4. Right now the footer widget area and the footer itself are both black and dark gray. How can I change this to dark blue?

    #191809

    Which text are you look at on my site?

    Please write the text, so I know which one to look at. Because some text are created using a H2 and some are with H3. The code

    .title_container .main-title {
    font-size: 16px;
    line-height: 2.3em;
    font-weight: 400;
    }

    Which H tag should it be used for? H1, H2, H3 or?

    #191725

    Hey!

    You can change the main menu using this:

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

    Regards,
    Ismael

Viewing 30 results - 17,761 through 17,790 (of 18,727 total)