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
I just realized. This would change the style for every accordion, not just on the one I want to include on the homepage?
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
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
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
This reply has been marked as private.
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?
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
This reply has been marked as private.
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
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
Hey erikkIsrael!
Can you post the link to your website and point out the specific accordion element on it?
Regards,
Yigit
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
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
Hey!
Please try following code Jonny
#respond p.comment-subscription-form label { font-size: 16px !important; }
Regards,
Yigit
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
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
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:

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
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?
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
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
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
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
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
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