0
Welcome Guest! Login
0 items Join Now

Style one item on a menu

    • randelld's Avatar
    • randelld
    • Hero Rocketeer
    • Posts: 427
    • Thanks: 1

    Style one item on a menu

    Posted 8 years 10 months ago
    • Hi,
      I'd like to style a single item on my main menu in red and bold.
      The item is ONLINE STORE and the url is in the secure tab

      Is this even possible?
      I have added
      color: #FF0000; font-weight: bold;
      to the link style section but it didn't change.

      Thank you
      Dean
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: Style one item on a menu

    Posted 8 years 10 months ago
    • Hi there,

      This site can’t be reached

      store.rhpackaging.com’s server DNS address could not be found.
      Go to rhpackaging.com/
      Search Google for store rh packaging
      ERR_NAME_NOT_RESOLVED


      And yes I did try http:// instead of your link htpp:// :)
    • Last Edit: 8 years 10 months ago by David Goode.

    • 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
    • randelld's Avatar
    • randelld
    • Hero Rocketeer
    • Posts: 427
    • Thanks: 1

    Re: Style one item on a menu

    Posted 8 years 10 months ago
    • Sorry David, Must have been a long day. I have corrected the URL
    • Last Edit: 8 years 10 months ago by randelld.
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: Style one item on a menu

    Posted 8 years 10 months ago
    • Hi there,

      Try adding the following code to your custom css file...

      .menu-block .gf-menu li.item721 a.item {
          color: #ff0000;
          font-weight:bold;
      }

      If this resolves your problem then please edit your first post in this thread by adding [SOLVED] at the start of the title and click on the icon and select the 'tick' icon. This lets the moderators know that it can be moved to the solved section.

      Thanks for your cooperation :)

    • 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
    • randelld's Avatar
    • randelld
    • Hero Rocketeer
    • Posts: 427
    • Thanks: 1

    Re: Style one item on a menu

    Posted 8 years 10 months ago
    • Hi David,
      Thank you for your help
      This has made all menu items bold. View here, http:www.rhpackaging.com
    • David Goode's Avatar
    • David Goode
    • Preeminent Rocketeer
    • Posts: 17058
    • Thanks: 890
    • Web Designer and Host

    Re: Style one item on a menu

    Posted 8 years 10 months ago
    • Hi there,

      They were all bold when I went to site. This is from css in master-webkit.css

      You could add the following to your custom css...

      .gf-menu.l1 > li > .item {
          -webkit-backface-visibility: hidden;
          font-weight: normal;
      }
      .menu-block .gf-menu li.item721 a.item {
          color: #ff0000;
          font-weight:bold;
      }

      If this resolves your problem then please edit your first post in this thread by adding [SOLVED] at the start of the title and click on the icon and select the 'tick' icon. This lets the moderators know that it can be moved to the solved section.

      Thanks for your cooperation :)

    • 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

Time to create page: 0.066 seconds