Announcement

Collapse
No announcement yet.

Advanced Link Font Size

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

    Advanced Link Font Size

    I figured out how to change the font size on my Advanced Link (Links Tab/Advanced Links) by putting this in the Link Text box:
    Code:
    !!<<span style='font-size: 14px;'>>!!The Text I Would Like To Be Larger!!<</span>>!!
    Is there a way to make all of my advanced links a larger size, or do I have to do each one individually? It seems so simple, yet I cannot find it.
    Kirk Pruitt
    Zims Autotechnik
    Bedford, Texas

    #2
    It would need putting into the template.
    Peblaco

    Comment


      #3
      Thank you for that, Louise.

      In my design view, when I click on the link it is lumped in with the variable ProductDescription.
      Code:
      <actinic:variable formatting="font(Size|12)" name="ProductDescription" />
      The regular text size is 12, but the link size is smaller. The link font size will not change no matter what size I specify. I had hoped all I needed to do was look in the Design Library for ProductDescription and there would be some option for links.

      Sadly, I looked in the Design Library and there is no variable by that name.
      I also looked in the Style Sheet and cannot find ProductDescription, although I really did not expect to find it there, either.

      Am I barking up the wrong tree?
      Kirk Pruitt
      Zims Autotechnik
      Bedford, Texas

      Comment


        #4
        Remove that inline styling you've added and use CSS would be the first step. You really don't want to inline style like that. You might need to use the expand button >< to be able to get to the styling within the variable, i seem to recall other people that did this found it hard to reverse. There's a stylesheet for styles, a theme config panel for colors and site options for defining text sizes, you don't really want to stray away from those, when doing any styling.

        Comment


          #5
          Perfect.

          Thank you both.

          Kirk
          Kirk Pruitt
          Zims Autotechnik
          Bedford, Texas

          Comment

          Working...
          X