-
AuthorSearch Results
-
January 15, 2014 at 7:48 pm #210235
Topic: Nothing on the Styling page works
in forum Enfoldrubieandersson
ParticipantHi!
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-
This topic was modified 12 years, 2 months ago by
rubieandersson.
January 15, 2014 at 7:06 pm #210205In reply to: Secondary menu in the mobile
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!
YigitJanuary 15, 2014 at 7:02 pm #210203In reply to: Secondary menu in the mobile
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.January 15, 2014 at 6:46 pm #210194Topic: font in fullwidth Easy Slider
in forum Enfoldpatriscia
Participanthello how do I change the font and size of the slide in fullwidth Easy Slider
Thanks
January 15, 2014 at 6:24 pm #210173In reply to: Secondary menu in the mobile
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,
YigitJanuary 15, 2014 at 3:20 pm #210053Topic: Sidebar menu: need to emphasize !
in forum Enfoldnonasnonas
ParticipantHi 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:

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.
January 15, 2014 at 11:00 am #209984In reply to: modify Font of icon box
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,
IsmaelJanuary 15, 2014 at 10:27 am #209957Hi 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.January 15, 2014 at 9:23 am #209931In reply to: different display problems in one shop page
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,
IsmaelJanuary 15, 2014 at 8:44 am #209914In reply to: Search icon
Hi!
You can add this on Quick CSS:
#top .menu-item-search-dropdown > a { font-size: 50px; }Cheers!
IsmaelJanuary 15, 2014 at 7:44 am #209894In reply to: different display problems in one shop page
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!
IsmaelJanuary 15, 2014 at 6:37 am #209869In reply to: different display problems in one shop page
This reply has been marked as private.January 15, 2014 at 4:43 am #209859In reply to: Change Font Size of Accordion Tab Header
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,
YigitJanuary 15, 2014 at 3:11 am #209840In reply to: Change Font Size of Accordion Tab Header
I just realized. This would change the style for every accordion, not just on the one I want to include on the homepage?
January 15, 2014 at 3:06 am #209838In reply to: Change Font Size of Accordion Tab Header
Thank you!
January 15, 2014 at 2:36 am #209825Hey 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,
YigitJanuary 15, 2014 at 2:34 am #209824In reply to: Change Font Size of Accordion Tab Header
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,
YigitJanuary 15, 2014 at 2:09 am #209811In reply to: Enfold Google Maps Widget
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!
YigitJanuary 14, 2014 at 9:09 pm #209679In reply to: Change Font Size of Accordion Tab Header
This reply has been marked as private.January 14, 2014 at 9:06 pm #209676Topic: Change Button Characteristics (Font Size, Colour, Shape, etc)
in forum EnfoldDaveL77
ParticipantI’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?
January 14, 2014 at 8:46 pm #209661In reply to: Change Woocommerce category name font size and style
Great, thank you!
January 14, 2014 at 6:53 pm #209606In reply to: Button dimensions inside Layerslider
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,
IsmaelJanuary 14, 2014 at 6:42 pm #209602In reply to: Button dimensions inside Layerslider
This reply has been marked as private.January 14, 2014 at 5:31 pm #209547Hi 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
January 14, 2014 at 5:30 pm #209546In reply to: Change Woocommerce category name font size and style
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!
DevinJanuary 14, 2014 at 7:46 am #209339Hi 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,
DevinJanuary 14, 2014 at 5:35 am #209315In reply to: Change Font Size of Accordion Tab Header
Hey erikkIsrael!
Can you post the link to your website and point out the specific accordion element on it?
Regards,
YigitJanuary 14, 2014 at 5:15 am #209310In 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 issuesBest regards,
YigitJanuary 14, 2014 at 5:12 am #209308In 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
January 14, 2014 at 4:47 am #209295In reply to: Font Size of Comments
-
This topic was modified 12 years, 2 months ago by
-
AuthorSearch Results
-
Search Results
-
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,
Rubiehello how do I change the font and size of the slide in fullwidth Easy Slider
Thanks
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?
