Viewing 30 results - 17,431 through 17,460 (of 18,727 total)
  • Author
    Search Results
  • #210235
    rubieandersson
    Participant

    Hi!

    Nothing that I customize on the Enfold styling page seems to take effect, as the Header Font or the Footer styling. I also want to customize logo size, menu font and size and tried to add code in the Quick CSS, which didn’t work either… Then I tried to add the same coding to the custom.css, but no luck there either.

    This is the coding I used:

    #top .logo img {
    width: 440px;
    height: 202px;
    }

    .main_menu ul:first-child > li > a { font-family: ‘Oswald’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; }

    .main_menu ul:first-child>li>a {
    font-size:24px;
    }
    Would be very thankful for help. Need this to work as soon as possible.

    Here is the website: stocktownproductions.com

    Thank you,
    Rubie

    #210205

    Hey!

    Please add following code to Quick CSS as well

    li#menu-item-38280 a { color: red!important; }
    @media only screen and (max-width: 480px) {
    .sub_menu>ul>li>a { font-size: 11px; }}

    Cheers!
    Yigit

    #210203

    OK I eliminated the Font tag and written in the Styling tab:
    .sub_menu>ul>li>a { font-size: 14px; color: white !important; }
    I had to add “important” because otherwise it was diplaying grey instead of white.
    Mobile is still displaying in 2 lines.
    Additionally the three words now are white and I don’t know where and how to specify that I want the word “Blog” in red.

    #210194
    patriscia
    Participant

    hello how do I change the font and size of the slide in fullwidth Easy Slider

    Thanks

    #210173

    Hi!

    Please do not use Font tag http://i.imgur.com/F1uyNsR.jpg as it is deprecated. Use following code in Quick CSS in Enfold theme options under Styling tab instead

    .sub_menu>ul>li>a { font-size: 20px; }

    This way we can provide you custom CSS code to decrease the font size on mobile so your secondary menu will be displayed in the same line

    Best regards,
    Yigit

    #210053
    nonasnonas
    Participant

    Hi all,
    I have two issues to solve and here they are in order of importance:
    1. I need to emphasize the menu while in a specific section of the website, like giving a background color or color font or set larger size of the font just for the menu of that section (something like this:
    screenshot

    Going through the theme options I could find nothing to be of help.
    2. Besides all sidebar menus are displayed while I’d like them to give the two options: displayed or display hover (just like the main menu).
    I do need a solution and I’m grateful to anybody for any suggestion and help !
    Nona

    • This topic was modified 12 years, 2 months ago by nonasnonas.
    #209984

    Hi baeriswyl!

    Sure. :)

    You can use this on Quick CSS:

    .iconbox .iconbox_content .iconbox_content_title {
    border: medium none;
    padding: 2px 0 0 0;
    position: relative;
    margin: 0 0 16px 0;
    clear: none;
    overflow: hidden;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    Change the values.

    Regards,
    Ismael

    Hi Devon,
    thank you so much for sharing your work. Unfortunatley it does not work for the musikzentrale website so far. Here is what i have done:

    – disabled custom.css so it does not interfere with the modifications
    – entered this to the Quick CSS field in Enfold -> Styling

    /*Removes
    ================================================== */
    
    #top.home #header_main {
      border: 0;
    }
    .header_color .header_bg {
      background: transparent;
      border: 0;
    }
    
    /* # Header
    ================================================== */
    
    #top.home #top .logo {
      left: -4px;
    }
    
    /*Navigation*/
    .header_color .main_menu ul:first-child > li > a {
      color: #fff; 
      font-size: 15px;
    }
    .header_color .avia-menu-fx {
        background: #aabdd3;
        border-color: #aabdd3;
        display: none;
    }
    /* # Home Page Specifics
    ================================================== */
    
    /*Header*/
    #top.home #header {
      position: absolute;
      padding-top: 40px;
    }
    
    /* #slider */
    #top.home #fullscreen_slider_0 {
      padding-top: 128px;
      height: 710px;
      background: #e6e6e6;
      border: 0;
    }

    It moves the header and the intro section down as supposed to and removes the borders, but header is still white and the full screen slider is to far underneath the header. I assume, i missed something in the styling, so any idea is welcome. Otherwise i am excited to read your tutorial on the Full Screen Homepage soon.

    Thanks again,
    Sebastian.

    #209931

    Hi!

    1.) Add this on Quick CSS:

    .four.units.single-product-main-image.alpha .images a {
    pointer-events: none;
    }

    2.) You can change the font of the tax rate using this:

    .woocommerce-de_price_taxrate {
    font-size: 11px !important;
    font-family: Arial;
    }

    Best regards,
    Ismael

    #209914

    In reply to: Search icon

    Hi!

    You can add this on Quick CSS:

    #top .menu-item-search-dropdown > a {
    font-size: 50px;
    }

    Cheers!
    Ismael

    #209894

    Hi!

    1.) Add this on Quick CSS:

    .four.units.single-product-main-image.alpha {
    overflow: hidden;
    }

    2.) Change the price and price per unit font using this:

    #top .price span, #top del, #top ins {
    font-size: 12px;
    line-height: 24px;
    }

    3.) The code above will change it too.

    4.) You can change the color of the related products title using this:

    .alternate_color .related.products h2 {
    color: blue;
    }

    Cheers!
    Ismael

    #209869
    This reply has been marked as private.
    #209859

    Hey!

    You can use following one to apply the code to accordion element only on the home page

    .home .js_active .toggler { font-size: 16px; }

    Best regards,
    Yigit

    #209840

    I just realized. This would change the style for every accordion, not just on the one I want to include on the homepage?

    #209838

    Thank you!

    Hey DaveL77!

    You can simply add Button element under Content Elements in Avia Layout Builder and change color and sizes independently http://i.imgur.com/vflu6B3.jpg

    Best regards,
    Yigit

    #209824

    Hey!

    You can change the title section of Accordion element by adding following code to Quick CSS in Enfold theme options under Styling tab

    .js_active .toggler { font-size: 16px; }

    Regards,
    Yigit

    #209811

    Hey Gil413!

    How would you like to change it? You can use following class in Quick CSS section in Enfold theme options under Styling tab to apply css rules

    .widgettitle { font-size: 18px; }

    Cheers!
    Yigit

    #209679
    This reply has been marked as private.
    DaveL77
    Participant

    I’m looking to change several things with the buttons on the theme, and I’m certain it can be done through CSS.

    – change color of a button (To a custom colour)
    – make text on a button bigger
    – change color of icon and/or text on a button
    – change button from rounded corner to a rectangle with hard edges.

    I’m trying to change multiple buttons to have different colours, different text size, and different icon colour. Is this possible through CSS?

    #209661

    Great, thank you!

    #209606

    Hi!

    Please use this on custom.css or Quick CSS to resize the button:

    .avia-button-wrap.avia-button-left.bslider .avia-button.avia-size-large {
    padding: 5px 20px 5px 20px !important;
    font-size: 11px !important;
    }

    Best regards,
    Ismael

    #209602
    This reply has been marked as private.
    #209547

    Hi again,
    1- this did not work, I even added an !important; to the last line.
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .header-buttons {
    left: 0;
    }

    Here is my current code, that I’ve added in the Quick CSS:
    /*Add reserve now button to Header-added code to header.php*/
    .header-buttons {
    position: absolute;
    right: 0;
    border: none;
    top: 0;
    left: 495px;
    }
    .header_color .header-buttons a {
    display: block;
    padding: 2px 7px 5px 7px;
    font-size: 21px;
    font-weight: bold;
    float: left;
    color: #f8d699;
    border-radius:0px 0px 15px 15px;
    }
    .header-buttons a.header-chat { background-color: #985e06; left center no-repeat; }
    /*Color hover of TripAdvisor*/
    #top .social_bookmarks_tripadvisor:hover a {
    color:#ff;
    background-color: #29A959;
    }
    /*testing- Move Reserve button on iphones*/
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .header-buttons {
    left: 0px !important;
    }

    2. As you suggested, I’d like to hide the layerslider on mobile. Can you tell me how to do that? Do I still need to assign a css selector? If so, can you point to or share more info on how to do that? I’m only familiar enough with it to be dangerous at this point.

    Thanks -Lynn

    You can find the website at this link: http://bit.ly/1fqPkFc

    #209546

    Hi!

    You can tweak the css a bit to only target your archive pages like this:

    
    #top.archive .products .product h3 {
    padding-top: 5px;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    margin: 0;
    font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    }
    

    The horizontal line however isn’t doable through support as you would need to add a custom function to filter the category name output to add the additional html needed to get the same effect.

    Cheers!
    Devin

    Hi Sebastian!

    I actually just did something like that for a client the other day and am planning to do a more full write up for the online docs since its such a popular home page style.

    The basics of what you need to do are simple: remove the header background, position it floating on top of the content and then give that first block of content extra padding to push it down below the menu.

    
    /*Removes
    ================================================== */
    
    #header_main {
      border: 0;
    }
    .header_color .header_bg {
      background: transparent;
      border: 0;
    }
    
    /* # Header
    ================================================== */
    
    #top .logo {
      left: -4px;
    }
    
    /*Navigation*/
    .header_color .main_menu ul:first-child > li > a {
      color: #fff; 
      font-size: 15px;
    }
    .header_color .avia-menu-fx {
        background: #aabdd3;
        border-color: #aabdd3;
        display: none;
    }
    /* # Home Page Specifics
    ================================================== */
    
    /*Header*/
    #top.home #header {
      position: absolute;
      padding-top: 40px;
    }
    
    /* #intro */
    #top.home #intro {
      padding-top: 128px;
      height: 710px;
      background: #e6e6e6;
      border: 0;
    }
    

    This assumes that on your home page you have that first item set inside of a color section with the developers field filled in with “intro” so that its wrapped in the #intro ID. On your demo page the first div is #fullscreen_slider_0 . So you would replace intro with that:

    
    #top.home #fullscreen_slider_0 {
      padding-top: 128px;
      height: 710px;
      background: #e6e6e6;
      border: 0;
    }
    

    If you don’t want the transparent background to be on the sub pages then you would prefix the selectors with #top.home just like I’ve done for the #intro section and the modified version for your site specifically.

    Best regards,
    Devin

    #209315

    Hey erikkIsrael!

    Can you post the link to your website and point out the specific accordion element on it?

    Regards,
    Yigit

    #209310

    In reply to: Font Size of Comments

    Hey!

    :D if you are interested please see http://www.w3schools.com/tags/tag_iframe.asp
    You are welcome! I am marking this thread as resolved Jonny, let us know if you have any other questions or issues

    Best regards,
    Yigit

    #209308

    In reply to: Font Size of Comments

    didn’t work. I did some research and it seems like jetpack doesn’t respond to css because it is contained inside an iframe ( i say that like I understand what it means lol).

    I think it will be okay with that font small anyways.

    Thanks for the help Yigit

    Jonny

    #209295

    In reply to: Font Size of Comments

    Hey!

    Please try following code Jonny

    #respond p.comment-subscription-form label { font-size: 16px !important; }

    Regards,
    Yigit

Viewing 30 results - 17,431 through 17,460 (of 18,727 total)