Announcement

Collapse
No announcement yet.

Extended Information Popup Page Colours

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Extended Information Popup Page Colours

    Hi,

    I want to set the background and text colours on my Extended Information Popup Pages to be different to my main web pages. SellerDeck support say I can only do this by changing one of the Palette colours. However, this approach does not work for this site because it also changes colours elsewhere on the site (that I do not want changing).

    Does anyone know a way to change the colours on the Extended Information Popup Pages independently of the rest of the site?

    Gordon

    #2
    If you understand CSS you can add specific CSS styles. If you are a beginner you may want to use a quick fix, in the Design Library find the Extended Information layout, before the </head> tag add:
    <style type="text/css">body {color:#000000;background-color: #FFFFFF;}</style>
    You can change the colours. As the style follows actinic.css it overwrites the default styles.
    Peblaco

    Comment


      #3
      Thanks for that it works great.

      Gordon

      Comment

      Working...
      X