-
AuthorPosts
-
December 19, 2015 at 6:22 pm #555420
First off – this is the best theme I’ve ever purchased and will be the only one I use moving forward.
1. On this page I have the top colored section with the arrow pointing down into the next section – http://alpha.gkantsiosdev.com/test/. Why does it also have an arrow in the white/content part of the website? If I disable for the top section, it also disables for the white section. I don’t think it should be there.
2. I am trying to change the sub navigation to do a couple of things:
I would like the submenu fonts to be uppercase
I would like the font background to be orange on hover and the text to change from black to white
I tried to use custom css, but it would not adjust. Please advise :).Thank you!
- This topic was modified 8 years, 10 months ago by Yigit. Reason: edited HTML
December 21, 2015 at 4:44 am #555729Hi ncfan2030,
1. Please try the following in Quick CSS under Enfold–>General Styling:
#after_section_1 .av-extra-border-element { display:none !important; }
2. Try the following CSS as well:
ul.sub-menu li a span.avia-menu-text { text-transform:uppercase !important; }
The rest you should be able to change under Enfold–>Advanced Styling.
Best regards,
RikardDecember 23, 2015 at 4:45 pm #557054Thanks Rikard! That worked perfectly. One more question!
http://alpha.gkantsiosdev.com/
The bordered button I have for contact…I would like it be to orange on hover. Not just the border, but the entire button. Is that possible?
December 23, 2015 at 4:55 pm #557063Hi!
Please add following code to Quick CSS and adjust as needed
body #gform_wrapper_1 .gform_footer input[type=submit]:hover { background: red!important; color: green!important; }
Regards,
YigitDecember 23, 2015 at 5:02 pm #557071Yigit,
I am not referring to the gravity form button. I was referring to the CONTACT button in the main nav (it is currently bordered in white).
Also, how do I make a section full-width?
December 23, 2015 at 5:05 pm #557072Hi!
Please use following code
li#menu-item-553 > a:hover > .avia-menu-text { background-color: orange; border-color: orange; color: white; opacity: 1; }
Please add Color Section element to your page. If you would like to have the content of color section to be fullwidth, please see – http://kriesi.at/documentation/enfold/color-section-with-100-container/
Best regards,
YigitDecember 23, 2015 at 5:22 pm #557085Awesome Yigit! You’re the man!
Question regarding the full-width color section. In the image they use “portfolio” but mention to use “fwcs”. So in the Section ID I put “fwcs”.
I am using this for the “our work” section on my website I sent to you. I also used a content slider to display these images. Is it possible for it to be full-width? I used that code and it did not stretch full-width yet.
December 23, 2015 at 5:30 pm #557091Hey!
It should have worked. Do you mind creating a temporary admin login and posting it here privately?
Regards,
YigitDecember 23, 2015 at 5:33 pm #557096Posted below.
December 23, 2015 at 5:36 pm #557101Hey!
You gave “fcws” ID to your color section and in the custom CSS code it was “fwcs” :) I changed it now, please review your website
Cheers!
YigitDecember 23, 2015 at 5:41 pm #557111Yigit,
Haha – oh man…and it’s only Wednesday :). Thank you so much.
I do have one more question if you don’t mind:
The “From our Blog” section is using blog posts from another website. Do you know why the boxes are cut off? I know this was a new introduction in WP 4.4, but I just wasn’t sure why it cut off this way.
December 23, 2015 at 5:47 pm #557118Hi!
Please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your text blocks where you added your content a custom class and then add following code to Quick CSS
.your-custom-class .avia-iframe-wrap { height: auto!important; padding-bottom: 100%!important; }
Cheers!
YigitDecember 23, 2015 at 5:59 pm #557135Yigit,
You are the man! Thank you so much, This is the best support…ever!
December 23, 2015 at 6:05 pm #557145Hi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Merry Christmas :)
Best regards,
Yigit -
AuthorPosts
- The topic ‘Couple things :)’ is closed to new replies.