Is it possible to change the look of a toggle feature? For example, round the corners or change the colour of one or more cells/boxes? Thanks!
Toggles - Custom Formatting
4 posts from 3 voices-
Posted 1 year ago #
-
In addition to this question above, I have two more that I hope someone can help me with:
1. I have read numerous posts on changing the menu colour, but none have helped me - not because they are wrong but because i do not understand. Can you tell me exactly where to go to change menu from white colour to blue, for example. I am using the minimal skin if that helps.
3. Same for top bar and footer bar where black shows. I would like to change that colour as well.
Thanks in advance for your help.Posted 1 year ago # -
Any update for this? Need to change some of those shortcode layout options css (toggle/content slider/etc).
Posted 1 year ago # -
1) You can changethe color of the top/footer bar with following code:
#header .submenu { background: #333; } #socket { background: #333; }2) The menu link color can be changed with following code:
.main_menu .menu a { color: #333333; }If you want to change the link hover color use following code:
.main_menu .menu a:hover { color: #333333; }3) You can add rounded corners to the toggles with following code:
.toggler, .toggle_content { border-radius: 4px; }I used #333 or #333333 as sample color values - you can use any other color values too. Please add the code into the quick css field or corona/css/custom.css
Posted 1 year ago #
Reply
You must log in to post.














