0
Welcome Guest! Login
0 items Join Now

Helium Pagination Background Color

  • Helium Pagination Background Color

    Posted 7 years 3 months ago
    • The paginaiton background is not matching the Base Color of black. How do I make it black? I'm looking really to have just the words Prev and Next, but any help would be great!

      https://newevolutiondesigns.com

      Awesome template by the way!
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13481
    • Web Designer/Developer

    Re: Helium Pagination Background Color

    Posted 7 years 3 months ago
    • Use this code...
      .pagination ul > li > a, .pagination ul > li > span {
      background-color: #222222;
      }
      
      .pagination ul > li.pagination-start, .pagination ul > li.pagination-end {
      display: none;
      }
      
      .pagination ul > li.pagination-prev > span {
      border-left: 1px solid white;
      }

      To create a custom CSS compatible with Gantry 5 please read this http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet .

      Remember to recompile CSS from base outline too.

      Regards, Mark.
    • The following users have thanked you: NewEvolution

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.

Time to create page: 0.037 seconds