What Do You Need In The Xf2 Xengallery Version? Vote for your choices here: http://www.sonnb.com/threads/what-do-you-need-in-the-xf2-xengallery-version.1539/

Question Like Button Style Properties Inherited From Xf

Discussion in 'XenGallery' started by ActorMike, Jun 6, 2016.

  1. ActorMike

    ActorMike Authorized Member Authorized

    How do you change the style properties of the like button? On our forum, we changed the Style Properties: Message Layout: Likes, to make more of a square button rather than just a text link so the users can see it and it doesn't appear to inherit the settings from the board, which is actually preferable. I don't see this option in the XenGallery Styles anywhere. You can check out our like buttons on our Ford Thunderbird Forum
     
  2. sonnb

    sonnb Administrator Staff Member

    They have the same structure. XenGalley does not inherit the Message layout because it does not include the thread styling (which is not relevant) in the UI.

    You can styling it simply by adding extra CSS to the EXTRA.css template, for instance:
    HTML:
    .item.control.like {
    CODE_HERE
    }
    I hope it helps you.
     

Share This Page