Viewing 30 results - 17,881 through 17,910 (of 18,744 total)
  • Author
    Search Results
  • Hey!

    Looks like you managed to change the main menu font color and size. You can use this for the phone number:

    .social_header .phone-info.with_nav span {
    color: orange;
    font-size: 20px;
    }

    Regards,
    Ismael

    Hi

    Ismael. It was on a 17″ computer screen but I still have big problems that I really need to resolve now.

    My logo is : 250 x 101 so it’s not big.
    The problem I think is that my menu has to be written in capitals.

    When I am on 17″ computer I have this problem: The logo is WAY TOO CLOSE to the nav bar text. And it even goes on the first word when the page first appears.
    https://www.dropbox.com/s/5iz4ngqfhn0uxed/mariage_in_oui___Cr%C3%A9ateur_de_Mariages_de_R%C3%AAves_%C3%A0_l_Etranger.jpg
    AND on ipad look what I have.
    https://www.dropbox.com/s/oadbyqxlukzdxzv/IMG_1087.PNG

    But when it’s enfold default logo it’s almost perfect (still too close but better) (on computer screen)

    https://www.dropbox.com/s/n5p25999q0mo4w3/Banners_and_Alerts_et_mariage_in_oui___Cr%C3%A9ateur_de_Mariages_de_R%C3%AAves_%C3%A0_l_Etranger.jpg

    In my css I have all of these:

    @media only screen and (max-width: 989px) and (min-width: 768px){
    .responsive .mobile_menu_tablet .main_menu {
    display: block!important; }}

    div .logo { left: -30px; }

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

    I really need to fix this..Please.

    Kind regards

    Delphine

    Hey!

    What screen resolution are you testing this with? You can add this on your custom.css or Quick CSS to prevent the menus from overlapping the logo on iPad or mobile view:

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

    Cheers!
    Ismael

    #186892

    In reply to: H1 tag size

    Hi!

    Font size of H6 is 14px. If you would like to make all H1 tags 14px, please add following code to Quick CSS in Enfold theme options under Styling tab

    h1 { font-size: 14px!important; }

    Best regards,
    Yigit

    #186550

    Hi!

    The code should work:

    .main_menu ul:first-child > li > a {
    padding: 0 12px !important;
    font-size: 15px;
    }

    Please remove browser cache then reload the page a few times. Don’t forget to “Save Changes”.

    Regards,
    Ismael

    #186472
    tiredagent
    Participant

    The question asked in #185474 was solved tangentially, but adjusting padding and font size. But I have a situation where a customer wants to know if we can wrap menu items. The following entries are only examples but you’ll get the idea:
    Home About Us Electrocardiography Program Center Peritoneal Dialysis Training Department

    I’ve suggested modifying the content – ECG Program Peritoneal Dialysis Dept
    I suggested breaking centers and departments into mega menus
    I tried entering <br> in the lines but that obviously didn’t work:

    They still ask about wrapping items so I’m asking if you have a trick to arrive at something like this?

    Home About Us Electrocardiography Peritoneal Dialysis
    Program Center Training Department

    Line height is off but you get the idea.

    #186413

    In reply to: H1 tag size

    Hi thanks for trying but that did not do it either. I have searched the forum before posting one search that did work was making the phone number bigger.
    .social_header .phone-info { font-size: 20px!important; }

    so far though nothing is working for making the H1 to look like H3 but be an H1, we all know SEO wise how important H1, 2 and 3 tags are. and I love this theme but all caps and so big is annoying. any other help?

    #186398

    Hey!

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

    @media only screen and (min-width: 769px) and (max-width: 1250px) {
    .logo img {
    width: 180px !important;
    margin-top: 10px;
    }
    
    .main_menu ul:first-child > li > a {
    font-weight: 600;
    font-size: 11px;
    }
    }

    Cheers!
    Ismael

    #186395

    In reply to: H1 tag size

    Hey!

    Please use this:

    .product_title.entry-title {
    font-size: 12px !important;
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    #186392

    Hey seelyjen!

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

    #top .fullsize .template-blog .post .entry-content > * {
    text-align: left;
    }

    You can use this to modify the meta info:

    .post-meta-infos {
    font-size: 10px;
    }

    Regards,
    Ismael

    #186365

    Hey juannjo1!

    What type of header do you have? You can use this:

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

    Regards,
    Ismael

    #186347

    Hi!

    Add this too:

    .toggler{
        font-weight: bold;
        font-size: 18px !important;
    }
    .toggle_icon{
        top: 15px !important;
    }

    Cheers!
    Josue

    #186324

    In reply to: H1 tag size

    @ContentedKerry: try:
    .div.product .product_title { font-size: 42px !important; }

    • This reply was modified 12 years, 5 months ago by melonmelon.
    #186296

    In reply to: H1 tag size

    I was looking for a way also to change the font size of the H1, 2 and 3 and not have them all upper case can you help. I will need to know where to put this information and what to put in,

    #186269

    I tried changing the width to 989 and I’m still having issues with my menu showing up under my logo on an iPad and other similar devices:
    http://www.alpineorthopaedics.com

    I just changed it to 1024 and it still doesn’t work…. is there a way to have the menu font size shrink responsively so that the original menu would still show up on an iPad and not encroach under the logo?

    • This reply was modified 12 years, 5 months ago by ewingmh.
    #186231

    In reply to: H1 tag size

    Hi ContentedKerry!

    Please try replacing your code with following one

    div.product .product_title { font-size: 42px; }

    Cheers!
    Yigit

    #186219

    Topic: H1 tag size

    in forum Enfold
    ContentedKerry
    Participant

    Hi
    I have trued adding the following to the CSS in the theme in the CSS as advised but it still isn’t chaining the size f the H1 tag, please can you advise thanks.

    h1.product_title{
    font-size: 42px !important;
    }

    Hey theroyds!

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

    .social_header .phone-info { font-size: 20px!important; }

    Best regards,
    Yigit

    • This reply was modified 12 years, 5 months ago by Yigit.
    #186101
    juannjo1
    Participant

    Good morning, I want to change the font size of my Main Menu. How I can do?

    thank you very much, what would be the Css Quick?

    #185970

    In reply to: Accordion links

    Hi guyco!

    It seems like your shortcode is not right. Please try following

    [av_font_icon color="" font="entypo-fontello" icon="ue8f2" size="40px" position="left" link="manually,http://www.contentsimply.com" linktarget="_blank"]

    Regards,
    Yigit

    #185936

    As I mentioned this is an internal site so no links and that is why I gave the procedure to reproduce.

    I noticed that the font color for the buttons in the sidebar is taken from the Main content Font Color. Change the default font color to red in the Main Content Style tab and the button default color is now red.
    Does this help?
    If the button is in a page then it seems the button text color takes over, if the button is in the sidebar then the site Main Content Font Color is used instead
    I tested it both with the shortcode version and the html output version and both give the same results

    [av_button color='#FFFFFF' label='Click me' link='manually,http://www.google' link_target='' color='blue' custom_bg='#444444' custom_font='#ffffff' size='medium' position='center' icon_select='yes' icon='ue80c' font='entypo-fontello']
    
    <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 avia-color-blue avia-size-medium avia-position-center " href="http://www.google">
    <span class="avia_button_icon" data-av_iconfont="entypo-fontello" data-av_icon="" aria-hidden="true"></span>
    <span class="avia_iconbox_title">Click me</span>
    </a>
    </div>
    • This reply was modified 12 years, 5 months ago by Monsoon.
    #185847

    Hey jklillibridge!

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

    .flex_column .template-blog .post .entry-content-wrapper {
    font-size: 13px!important;
    }

    Best regards,
    Yigit

    #185841
    jklillibridge
    Participant

    Hi,
    I applied a short CSS fix to remove images under the blog section on my homepage which worked great. For some reason, the text appears larger than the rest of the text now… any ideas for how to fix this? Thanks!

    Website: http://www.millcreekmetroparks.org/

    • This topic was modified 12 years, 5 months ago by jklillibridge.
    #185824

    Hey dbardits!

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

    .header_color .main_menu ul:first-child > li.active-parent-item > a,.header_color .main_menu ul:first-child > li > a:hover { color: #f0fffb }
    .header_color .main_menu ul:first-child > li > a { color: white; }

    2) You can add !important to change font size of headings i.e.:

    h3 { font-size: 22px!important; }

    3)

    .content, .sidebar, .header_color div, .alternate_color, .main_color { border: none!important; }

    Best regards,
    Yigit

    #185808

    Actually I just realized that the code that fixes the responsive issue is overriding all of the rest of the code in Quick CSS.
    This is the current Quick CSS including the code to fix the responsive issue(none of the other code is working anymore):

    @media only screen and (max-width: 989px) {
    .responsive #header .main_menu ul {
    display: none;
    }

    @media only screen and (max-width: 989px){
    .mobile_active #advanced_menu_toggle {
    display: block;
    }

    #top #menu-item-search.menu-item-search-dropdown>a {display:none;}

    .overlay-type-extern{
    display: none !important;
    }

    #header {
    background-color: #FFF;
    }

    input[type=”submit”],
    #form-1-1339700500 .submit {
    padding: 0 3%;
    text-align: left;
    width: 103px;
    height: 32px;
    background-image: url(“http://startwishing.com/wp-content/uploads/2013/10/Submit-3-39.png&#8221;);
    background-position: 0 0;
    border-style: solid;
    border-width: .25px;
    display: inline-block;
    font-size: 12px;
    line-height: 28px;
    margin: 3px 0;
    position: relative;
    text-decoration: none;
    }

    body p, body {
    font-family: “Open Sans”;
    font-size: 11pt;
    }
    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

    @media only screen and (max-width: 640px) {
    /* Add your Mobile Styles here */
    .template-page .entry-content h2, .av-special-heading h3 {
    white-space: normal !important;
    }

    #185789

    Hi Nick!

    Use this code instead:

    #header_main .container, .main_menu ul:first-child > li > a, .logo img, .logo a {
    height: 120px !important;
    line-height: 180px !important;
    max-height: none !important;
    }
    
    #top .main_menu .menu > li{
    font-size: 14px;
    }
    
    #top .main_menu .menu > li > a {
    height: 120px !important;
    }

    Cheers!
    Josue

    #185636

    Hi!

    What exactly would you like to change? Font size, font family, color?

    Regards,
    Yigit

    #185635

    Nevermind, that led me to change the font SIZE – I want to change the STYLE

    #185592

    In reply to: side menu

    Hi!

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

    .js_active .tab { font-size: 14px; }

    Regards,
    Yigit

    #185539
    nefariousnick
    Participant

    Question: I have fixed and altered the height of my main menu and logo in the quick CSS with:

    #header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a {
    height: 120px !important;
    line-height: 180px !important;
    max-height: none !important;
    }

    #top .main_menu .menu > li{
    font-size: 14px;
    }

    #top .main_menu .menu li>a {
    height: 120px !important;
    }

    But all of the dropdown menu sections are all also at 120px, how can I alter this as that they are smaller…?

    Any help would be greatly appreciated
    Nick.

Viewing 30 results - 17,881 through 17,910 (of 18,744 total)