0
Welcome Guest! Login
0 items Join Now

Style letter in top menu

    • Orjan's Avatar
    • Orjan
    • Sr. Rocketeer
    • Posts: 194
    • Thanks: 0

    Style letter in top menu

    Posted 12 years 10 months ago
    • Hi!
      I would like to style the letter X in FTTX in top menu to a italic, small letter.
      Site: fncab.se/
      Grateful for the right trick!
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: Style letter in top menu

    Posted 12 years 10 months ago
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: Style letter in top menu

    Posted 12 years 10 months ago
    • Hi there,

      Open fusionmenu.css and find the following code at line 20...
      .menutop li.root > .item {
           cursor: pointer;
           display: block;
           font-size: 15px;
           font-weight: normal;
           height: 45px;
           line-height: 34px;
           margin: 0;
           outline: medium none;
           padding: 5px 0 20px;
           position: relative;
           text-transform: uppercase;
           white-space: nowrap;
           z-index: 100;
      }
      Delete the line text-transform:uppercase; so now you can type links as you want them to appear - FTTx

      The italic may not be so easy. One of my colleagues has an idea for that.

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
    • Orjan's Avatar
    • Orjan
    • Sr. Rocketeer
    • Posts: 194
    • Thanks: 0

    Re: Style letter in top menu

    Posted 12 years 10 months ago
    • Thank you!

Time to create page: 0.300 seconds