Announcement

Collapse
No announcement yet.

Colour of Text In Popup Page Text Link & Quantity box

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

    Colour of Text In Popup Page Text Link & Quantity box

    I'm building a site with a set of products with popup pages. Access to the popup being by a text link of "More info..."

    See http://www.elysium-shop.co.uk/acatal...t_Cutters.html

    the product lines on this page are on light backgrounds but the link text is white. Does anyone know how to change the colour of this text?


    Also, any clues on controlling the colour of the word Quantity on the Quantity box. I would like to make them different colours across different templates. Quantity is in purple on the above example, but other product pages on the site have a background of that colour.

    I've looked through all the manuals and searched this site and I just feel I'm being a bit dense.... it must be there somewhere...


    All comments about the site gratefully received. There's a long way to go with it yet!

    thanks

    Goz
    Elysium:Online - Official Accredited SellerDeck Partner
    SellerDeck Design, Build, Hosting & Promotion
    Based in rural Northants

    #2
    The link can be edited in the Act_ProductLine.html (or which product template you are using)

    Look for NETQUOTEVAR:EXTINFOLINK and you can then <span class="n"> </span> tag this with a class set in the actinic.css accordingly

    Similarly look for NETQUOTEVAR:PRODUCTQUANTITY

    HTH


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Hi Jont

      thanks for the reply. I'm already doing that.

      For the popup, the Actinic code is
      <td width="40%" align="center" valign="middle"><span class="trendrc1xxsmall">NETQUOTEVAR:EXTINFOLINK</span></td>
      which expands to :
      <td width="40%" align="center" valign="middle"><span class="trendrc1xxsmall"><A HREF="javascript:ShowPopUp('info%5fTREC001AX1%5f4TC%2ehtml',400,350);">More info...</A></span></td>

      and for the Quantity problem, the Actinic code is
      <td width="10%" align="left" valign="middle"><span class="trendrc1xxsmall">NETQUOTEVAR:PRODUCTQUANTITY</span></td>

      which expands to
      <td width="10%" align="left" valign="middle"><span class="trendrc1xxsmall"><SPAN CLASS="actrequiredcolor">Quantity:</SPAN><INPUT TYPE=text NAME="Q_TREC001AX1/4TC" SIZE="4" VALUE="1"></span></td>

      The spans that I'm putting in are having no effect.

      For the popup, I think I need to put the <span class...></span> immediately either side of the More info... text, but I can't see how to achieve that.

      For the Quantity text, Actinic is putting in <SPAN CLASS="actrequiredcolor"> which is overriding my span.

      regards

      Goz
      Elysium:Online - Official Accredited SellerDeck Partner
      SellerDeck Design, Build, Hosting & Promotion
      Based in rural Northants

      Comment


        #4
        I see - the cascade is being influenced by the <a href> and not the <span>

        to overcome the specificity try <div class="n">

        or brutally try "id" tagging the main content area in the Act_Primary

        or in the actinic text check out phase= "-1" and id=2175 and try <span> tagging there


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          OK - I've managed to deal with the Quantity problem. I removed the text from Actinic|Text Phase -1 ID 166 and then manually added the word Qty: in the Act_ProductLine templates I'm using along with the span's I wanted.

          I also tried your suggestion - jont - about putting a span tag into ID 2175. I'm not sure I did it correctly as it didn't work for me.... it just gave me some '>' characters when the screen is displayed.

          thanks

          Andy
          Elysium:Online - Official Accredited SellerDeck Partner
          SellerDeck Design, Build, Hosting & Promotion
          Based in rural Northants

          Comment


            #6
            I get the same error as you do when I try design ID 2175. The only way I have managed to do this is to add the font tag around the text in the Extended Info Tab on the product. Will update you if I can get it to work some other way.

            Kind regards,
            Bruce King
            SellerDeck

            Comment

            Working...
            X