0
Welcome Guest! Login
0 items Join Now

modify an article theme

  • modify an article theme

    Posted 10 years 9 months ago
    • I want to add a line between each article like <hr> or something.

      How can I do this?

      I am using the blog.
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: modify an article theme

    Posted 10 years 9 months ago
    • Ryein C. Goddard wrote:
      I want to add a line between each article like <hr> or something.

      How can I do this?

      I am using the blog.

      This worked for me, in your gantry-custom.css file add this:
      .component-content .item-separator {
      	border-bottom: 1px solid #d1d1d1 !important;
      	display: block !important;
      }
    • The following users have thanked you: Ryein C. Goddard

Time to create page: 0.063 seconds