Announcement

Collapse
No announcement yet.

Changing Product Font Size???

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

    Changing Product Font Size???

    Hello,

    I would like the product name font size to be a bit bigger. Could someone please tell me where the code is and/or how to change it. Thanks.

    Mark Babineau
    www.ValleyLitho.com

    #2
    The font size is controlled by the css class applied to the text - in this case actregular. To change the font size, change actregular to actlarge within the Layout code for the Compact Product.

    If you change the actual definition of actregular in the css, this would impact everywhere that actregular is used - you do not want to do that.
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      Thank you for responding,

      However I changed <span class="actregular"> to <span class="actlarge"> whithin the product layout and it did not have any effect on the product name. Do you have any other suggestions? I greatly appreciate the help.

      Mark Babineau
      www.ValleyLitho.com

      Comment


        #4
        Originally posted by Valley_Litho
        Do you have any other suggestions?
        The solution provided will work.

        Make sure you are editing the correct template and that the size in the CSS has not been set to the same for each class


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          Check in your css file for actregular. If your site is the one in your signature then you are using your own css file called style.css which doesn't contain the definition for actregular - then you will need to create/include it based on actinic.css.

          Comment


            #6
            Thank you both very much for the information.

            I will take a look and see what I can do.

            Thanks

            Mark Babineau
            www.ValleyLitho.com

            Comment


              #7
              Alright I added the following to the "style.css" based on the actinic.css file and it did some seem to work when I subsituted "actlarge" in for "actregular"

              .actlarge {
              font-size:large;color:NETQUOTEVAR:FGCOLORCSS;
              }


              any advice? Thanks so much for the help

              Comment


                #8
                Becuase you are using your own css file Actinic is not going to be able to interpret variables in dynamically. So if you need to specific a font colour then you should specify it rather than use the variable NETQUOTEVAR:FGCOLORCSS.
                Such as:
                .actlarge{
                font-size: large;
                color: Black;
                }

                Comment


                  #9
                  Thank you all very much for your help.

                  Mark Babineau
                  www.ValleyLitho.com

                  Comment


                    #10
                    Originally posted by wjcampbe
                    To change the font size, change actregular to actlarge within the Layout code for the Compact Product
                    I'm using the design in Themes/Specific designs/Smart but I can't find this option anywhere, Can anybody advise where to find it in my settings please?

                    Comment


                      #11
                      If you change the actual definition of actregular in the css
                      Bill tells you where in the same post

                      Comment


                        #12
                        Thanks for your help guys but think I've met my match here

                        I've trawled through Site1 for hours now & can't find any Font settings


                        I've adjusted the Span Class in Design/Text/HTML without any luck either


                        There'll be a copy of v7 business on ebay tomorrow if anybody is interested. I haven't got the time to mess around with this so guess I'm gonna have to pay someone to do it afterall

                        Comment


                          #13
                          I haven't got the time to mess around with this so guess I'm gonna have to pay someone to do it afterall
                          Actinic will get you a fully functioing website within 1 hour - customising it is the bit that takes time/knowledge or money. If you dont have time/knowledge then a designer is as you say your only choice.

                          The file you are looking for IS there.

                          I suspect you will not get much for your copy of V7 as it has been superseeded by V8 and V9 is round the corner. If you have only just bought it then thats a little odd as it has not been available for sale from Actinic for well over 18 months now.

                          Comment


                            #14
                            Originally posted by Licinius
                            ...There'll be a copy of v7 business on ebay tomorrow if anybody is interested. I haven't got the time to mess around with this so guess I'm gonna have to pay someone to do it afterall
                            The website you posted in your earlier post today (http://community.actinic.com/showthread.php?t=34955 ) according ot the wayback archive has been running since at least Dec 2006 (in fact the log on the site goes back to Feb 2006) , so why the sudden change of heart?

                            Comment


                              #15
                              has been running since at least Dec 2006
                              In which case you cannot sell the software under the terms of your licence.

                              AND PLEASE STOP DOUBLE POSTING AS IT P***S PEOPLE OFF

                              Comment

                              Working...
                              X