Move Announcements to top of page, above Notices?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Flash04jv
    Senior Member
    • Aug 2015
    • 474
    • 5.1.x

    Move Announcements to top of page, above Notices?

    Is that possible? I can't find a way to move the announcement field to the top of the page, above the notice field.
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24286
    • 6.0.X

    #2
    This would require template editing which is not possible on cloud sites.
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • Flash04jv
      Senior Member
      • Aug 2015
      • 474
      • 5.1.x

      #3
      Ok. I ended up just removing the Announcement and using another Notice. But I had to create a CSS so I could make each Notice have a different background color. That's what I was wanting to do.

      Seems Notices and Announcements do just about the same thing, the minor differences could be combined into one imo.

      Comment

      • delicjous
        Senior Member
        • Mar 2014
        • 499
        • 6.X

        #4
        HTML Code:
        .l-desktop .notice[data-notice-id='ID']{
            background-color:green;
        }
        Change ID to the notice ID!

        Comment

        Related Topics

        Collapse

        Working...