-
AuthorPosts
-
December 22, 2014 at 8:26 am #371479
Hey,
I want to some support as follows:
1. How to remove (or hide/set inside the table) the bullet (li-ul) from right side menu.
2. How to decrease space between tabs and above link/buttons
3. Is it possible that the current and visited page link’s background should be different colour automatically?
Thank You
Bijendra MohanDecember 22, 2014 at 8:28 am #371480Test Page Link:
http://www.edudose.com/abc/December 22, 2014 at 8:32 am #371481One more thing Please:
Can I add comment/discussion box at the end of page?December 22, 2014 at 6:51 pm #371643Hi!
1. Add this to your custom CSS.
table ul, table li { list-style-type: none !important; }
2. Are you talking about between the tab titles and tab content? If so then use this CSS.
.tab_titles > .tab { padding-bottom: 0 !important; }
3. Add this.
a:visited { background: blue; } a:active { background: red; }
4. There is a comment element in the advanced layout editor you can use.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
December 23, 2014 at 10:38 am #372020Thank you so much Elliott
We have still problem as:1. How to remove (or hide/set inside the table) the bullet (li-ul) from right side menu.
table ul, table li { list-style-type: none !important; }
Above code remove the list(bullet) from every table content but I want only from CUSTOM MENU including without table custom menu.2. How to decrease space between tabs and above link/buttons?
I want to reduce space between Tab English Medium and Formulas Tricks
3. Is it possible that the current and visited page link’s background should be different colour automatically?
The given code does not work.
Can I add comment/discussion box at the end of page?
I dont use themes advance layout editor, it is not as flexible as defoult editor. Instead it please give me code for that.
December 23, 2014 at 7:38 pm #372215Hey!
1. Drag a codeblock element to your page content and use this instead then.
<style type = "text/css"> .av_one_fifth table ul, .av_one_fifth table li { list-style-type: none !important; } </style>
That will only target the table on that page.
2. Do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and then add a custom class to that “Formulas Tricks” table and then use this CSS to reduce it’s margin.
.your_class { margin-bottom: 0px !important; }
3. Take a screenshot and highlight the areas your trying to change.
4. Here is the code.
[av_comments_list]
Best regards,
ElliottJanuary 6, 2015 at 7:55 pm #375813Thanks a lot Elliot,Everythin is working fine
-
AuthorPosts
- The topic ‘Custom Sidebar Menu Problems’ is closed to new replies.