Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14311
    mlw5137
    Member

    Hi @Sakin,

    Thanks for all of your support on these forums. I bought Simple Catch Pro on top of Catch Everest Pro and am loving both of them. In Simple Catch Pro, I utilizing pages over posts and am running into three things I could use some help on.

    The site (still in the works): 2ndstepsolutions.com

    Issue #1: Bullet Types

    On the pages “Opitimzation and Efficiency” and “Security/Maintenance”

    I am using bullets to outlien services provided in the text. What I am unable to do is change the type of bullet form the arrow ( -> ) to a disc. I looked up a previous post of yours and found the following CSS:

    #content ul {
    list-style: disc outside none;
    }

    However, it only changes the bullet on the “Optimization and Efficiency” page and not “Security Maintenance.” Do you have any idea of how to make the CSS reach all of my pages instead of one?

    Issue #2: Sub Bullets and Indentation

    On the page “Secutiy/Maintenance” I would like my bullets to appear as such:

    -Disaster Recovery
    -PC Protection from:
    -Malware
    -Spam
    -Spyware
    -Viruses
    -Backup Maintenance
    -Delete Recovery
    -Reformatting

    The main bullets would be black discss, assuming issue number one was resolved and the sub bullets would be unfilled discs.

    I have tried scouring the internet on how to fix this in the HTML code and the CSS and I really can’t find an answer surprisingly.

    The HTML currently is:

    • Disaster Recovery
    • PC Protection from:
      • Malware
      • Spam
      • Spyware
      • Viruses
    • Backup Maintenance
    • Delete Recovery
    • Reformatting

    Lastly, and least of the worries, Issue #3: Page Sidebar Bullet appearance”

    On all of my pages I am having a sidebar appear with the showing the pages available to view. They are listed in bullet format. Is there a way to change the bullet form the arrows to discs?

    Hopefully I was clear. If not, please let me know and I can try to reword as bast as I can.

    Thank you SO MUCH in advance…your attentiveness and support to these forums is invaluable!

    -Mike

    #14357
    Sakin
    Keymaster

    @mlw5137: Thanks Mike for purchasing Catch Everest Pro and Simple Catch Pro. I will try to help you with your questions.

    Issue #1: Bullet Types
    You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to change the bullet to disk in content area.
    #main ul { list-style: disc outside none; }

    Issue #2: Sub Bullets and Indentation
    The indent problem is due to image. So, you can move the UL to clear. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to change the bullet to disk in content area.
    #main ul { clear: both; list-style: circle outside none; }

    Issue #3: Page Sidebar Bullet appearance
    This issue will be solved by issue 1 and 2.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Indenting Sub-Bullets and Changing Bullet Appearance’ is closed to new replies.