• Resolved ma3ry

    (@ma3ry)


    Can you please tell me the correct way to format the Categories on Single Page Event. Currently it looks like:

    Date/Time
    11/11/2017 – 20/11/2017

    Location
    Galapagos

    Categories

    . Olivia (. is a bullet)

    I would like to make Categories look the same as the above two – i.e. remove the blank line between the title and the link, no bullet, left-align. It should look like

    Categories
    Olivia

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    you can use custom css styling to change that; you can also search this forum for sample css from previous questions.

    Thread Starter ma3ry

    (@ma3ry)

    I did thorough searches of the forums before posting the question and did not find the answer. If I knew what CSS to add I would have done it.

    I was hoping for someone to tell me what selectors to use.

    Robswaimea

    (@robswaimea)

    Using Firefox inspector… or… looking at the what the code is
    for a Single Event
    Events->Settings
    click tab Formatting
    click Events to expand..
    scroll down to Single Event
    We see this code…

    <p>
    	<strong>Categories</strong>
    	#_CATEGORIES
    </p>

    actually… mine shows #_CATEGORIES which has been depreciated.. and
    #_EVENTCATEGORIES should be used…

    the <p> and </p> adds that extra spacing…

    So, I’ll leave it up to you to figure out what to replace the <p> statements to remove that spacing.

    As for the CSS selector.. try using the Firefox Inspector or whatever you like… to discover what you need.

    • This reply was modified 7 years ago by Robswaimea.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Single Page Event Formatting’ is closed to new replies.