Tagged: x
-
AuthorPosts
-
February 2, 2017 at 3:10 am #1354936
Mireo_GeniusMapsParticipantHi Themeco team,
I
m satisfied with Xtheme functionality and flexibility, but Ive been experiencing certain problems while trying to apply a custom style to Accordion within Integrity theme.I tried all style attributes proposed on this forum, but had no luck. I hope you can help me with this particular issue.
Page url: http://fcluster.mireo.hr:8081/automotive-gps-navigation/ (Accordion at the bottom of the page)
Thanks in forward,
Vedran.February 2, 2017 at 4:41 am #1355030
Paul RModeratorHi Vedran,
Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.
February 3, 2017 at 3:26 am #1356481
Mireo_GeniusMapsParticipantHi Paul,
what I
m tryinto achieve is to change accordion`s:1.) all background colors to yellow (#fcb813),
2.) “+” icon larger but thinner and with black color
3.) heading font hover color to blackUnfortunately, none of the provided codes worked for me (I know that I`m missing
something but still not sure what).Screenshot attached.
Thank you,
Vedran.February 3, 2017 at 4:13 am #1356538
LelyModeratorHi Vedran,
On you accordion element class field, please add custom-accordion. Then use the following CSS:
1.)
.custom-accordion .x-accordion-heading .x-accordion-toggle, .custom-accordion .x-accordion-inner { background-color: #fcb813; border: 0; /*Remove this line if you want to retain border*/ box-shadow: none; /*Remove this line if you want to retain box-shadow*/ } .custom-accordion .x-accordion-group { border-color: #fcb813;/*Feel free to change this to your preferred border color*/ }2.)
.custom-accordion .x-accordion-heading .x-accordion-toggle:before { font-size: 100%; color: #000000; }3.)
.custom-accordion .x-accordion-heading .x-accordion-toggle:hover { color: #000000; }Hope this helps.
February 3, 2017 at 4:36 am #1356568
Mireo_GeniusMapsParticipantHi Lely,
thanx for your lightning-fast response. Unfortunately, it doesn`t work.
I think I somehow messed up something because all custom css changes remain
as they should, but newer changes in css cannot be applied (even for custom buttons).
There`s obviously some kind of conflict which I cannot detect.Can I provide you with my login data so you could take a look?
Great theme and even better support!
BIG THANKS!February 3, 2017 at 6:02 am #1356640
Paul RModeratorHi,
I can see there are syntax errors in your css code preventing the codes below it from working.
Please replace your button’s css in Custom > Edit Global CSS with this
/* // Buttons */ .x-btn { font-weight: 700; } .x-btn.x-btn-alt, .button.x-btn-alt,[type="submit"].x-btn-alt { border-color: #02aed6; background-color: #02aed6; box-shadow: 0 0.25em 0 0 #0b8ead, 0 4px 9px rgba(0, 0, 0, 0.75); } .x-btn.x-btn-alt:hover, .button.x-btn-alt:hover,[type="submit"].x-btn-alt:hover { border-color: #0b8ead; background-color: #0b8ead; box-shadow: 0 0.25em 0 0 #097690, 0 4px 9px rgba(0, 0, 0, 0.75); }If that doesn’t help, please provide login in private reply.
Thanks
February 3, 2017 at 6:02 am #1356641
LelyModeratorHi Vedran,
Please look for this part on your custom CSS:
.x-btn-navbar.collapsed, .x-btn-navbar.collapsed:hover { -webkit-box-shadow: none; box-shadow: none; .x-btn-navbar.collapsed:hover { color: #ffff; background-color: #ffff; box-shadow: none; }The’re’s missing closing curly brace. That is considered syntax error in CSS. Please update to this:
.x-btn-navbar.collapsed, .x-btn-navbar.collapsed:hover { -webkit-box-shadow: none; box-shadow: none; } /* This closing is needed*/ .x-btn-navbar.collapsed:hover { color: #ffff; background-color: #ffff; box-shadow: none; }If it is still not working after that, please provide credentials on a private reply!
Cheers!
February 3, 2017 at 6:43 am #1356662
Mireo_GeniusMapsParticipantI owe you,
you
re my hero! Now its all fine.Next time I`ll doublecheck everything 🙂
Cheers!
Vedran.February 3, 2017 at 8:49 am #1356788
RahulModeratorGlad we were able to help you out!
Let us know if we can help with anything else.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1354936 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
