Viewing 30 results - 17,461 through 17,490 (of 18,745 total)
  • Author
    Search Results
  • #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

    #209289

    In reply to: Font Size of Comments

    Tried it, didn’t work. Found some other sites using the plugin and seemed like their text was also super small. Seems like a big oversight by facebook as the comments are very difficult to read. Anyways, thanks so much for taking a close look.

    I’ve decided to go with Jetpack Comments as it has facebook login (no facbook notifications for replies as far as I can tell though – am I wrong about this?) and the code you gave me earlier for the comment font size works :)

    However, the code you gave me for the “notify me of follow up comments by email”

    #top label { font-size: 20px; }

    doesn’t work for jetpack – though it does work for the built in comments. Any other codes I could try?

    Thanks

    Jonny

    #209250

    In reply to: Font Size of Comments

    Hi!

    It seems like plugin is getting the styles from Facebook and they cannot be overwritten. Lastly, can you try adding the code to Custom.css file in Enfold/css folder of your parent theme?

    Best regards,
    Yigit

    #209163
    erikkIsrael
    Participant

    I’ve tried to change the font size of the accordion tab header by just inserting <h1 style=”text-align: center; font-weight: 300;”>ATTEND NOW</h1> into the toggle title section. However, the theme automatically adds a <br /> before and after, and what I get is this:
    screenshot

    I want the Attend Now header to appear in the toggle title, and the registration form within the toggle when opened.

    Also is there a way to remove the plus icon for just this accordion on my site?

    Thanks

    • This topic was modified 12 years, 3 months ago by erikkIsrael. Reason: img url
    #209094
    munck
    Participant

    I am trying the following inside an Iconbox:

    Multiple shortcode icons on the same line. Code:
    [av_font_icon icon='ue808' font='entypo-fontello' color='#d4b98c' size='20px' position='center'][/av_font_icon]

    Ideally, I would like 4 icons next to each other. No matter what I do, it automatically inserts each icon on a new line.

    Suggestions?

    #209087

    Topic: Header question

    in forum Enfold
    mijyman
    Participant

    Hi there,

    I recently purchased the Enfold theme. Now I am capable of implementing snippets of code but am no good at coding. I want to know if it is possible to edit the Header Menu to a similar style as this one:

    http://www.mikelarson.com/

    It basically has two different font styles in two rows in the header.

    My second question is how to add a tagline to the right of the logo. I have tried code that were suggested in this Forum but with no luck, all that happened was that the Menu was slightly offset.

    Thirdly, with the responsive theme, if I resize the browser the Menu overlaps the logo – any way this is fixable?

    Many thanks in advance,

    Andy

    #208972

    Hi Ismael,

    Thank you for your response, we have added the line to the quick CSS and the font size is bigger now. However, the font size of the single product names has changed too, and we only want the category- and subcategory names to be bigger. Also, would it be possible to add the horizontal line as shown on our homepage https://www.peetersduurzaam.nl/ in “Waarom Peeters Duurzaam?”

    Kind regards,

    Pim and Gonneke

    #208964

    Hi!

    Please add this on your custom.css or Quick CSS to change the category names:

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

    You can move the category title using this:

    .product-category a h3 {
    position: absolute;
    top: 0;
    }
    
    .product-category a img {
    position: relative;
    top: 30px;
    }

    Regards,
    Ismael

    #208957

    Dear Ismael,

    https://www.peetersduurzaam.nl/webshop-2/ The category names on this page are Warmtepompen, Zonnestroom and Zonnewarmte. For every category or subcategory (all listed in the sidebar) the names are shown this way. We would like the font size to be bigger, and the font style to be as “Waarom Peeters Duurzaam?” on our homepage, with the horizontal line behind te words.

    Also, the names are below the thumbnails, could we put the thumbnails below the names?

    Kind regards,

    Pim and Gonneke

    #208952

    Hey eric_peeters!

    I’m a bit confused about the category names. Is this the category inside the single product view or the title of the category page? Can you please post a a link to the actual page or category names?

    Best regards,
    Ismael

    #208910
    eric_peeters
    Participant

    Hello sweet support guru’s,

    Would it be possible to change the font size of the category names in Woocommerce? Also, we would like the names to be in the same style as one of the titles on our homepage, (it’s called ‘special title’ in WordPress, which adds a horizontal line) See: https://www.peetersduurzaam.nl/ , “Waarom Peeters Duurzaam?”

    The category names are under the category-images, could we put the names above the images?

    Thank you so much in advance!

    Kindest regards, Pim and Gonneke

    #208898
    • Small icon list
    • Process builder with icons and text
    • Hover styles for icon boxes (change icon color/size/etc when the mouse enters the box)
    • The ability to use an image instead of a font icon in icon boxes would be nice.
    • Event calendar integration (like in Incarnation)
    • And for documentation, I’d really appreciate a ‘how to adjust CSS code’ guide – i.e. so if I find a code on the forum which does what I want, I can see how to make it work on the appropriate pages for my site without needing someone to respond to my support ticket. (If something like this exists already, please let me know!)
    #208872

    Not sure if the problem of text size was resolved but I just installed “Ultimate TinyMCE” and enabled font size and font family, along with a few other things, and it allows me to easily change text size throughout the text block along with font family. I just use another plugin called “fontmeister” to install google fonts. It’s a pain to preview the fonts through fontmeister so I just go to http://www.google.com/fonts and look for a font there then take not of the ones I liked and install using fontmeister.

    I hope this helps

Viewing 30 results - 17,461 through 17,490 (of 18,745 total)