Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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 Mohan

    #371480

    Test Page Link:
    http://www.edudose.com/abc/

    #371481

    One more thing Please:
    Can I add comment/discussion box at the end of page?

    #371643

    Hi!

    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.
    #372020

    Thank 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.

    #372215

    Hey!

    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,
    Elliott

    #375813

    Thanks a lot Elliot,Everythin is working fine

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Custom Sidebar Menu Problems’ is closed to new replies.