0
Welcome Guest! Login
0 items Join Now

SOLVED Add text to responsive menu toggle?

    • glarior's Avatar
    • glarior
    • Jr. Rocketeer
    • Posts: 29
    • Thanks: 0

    Re: SOLVED Add text to responsive menu toggle?

    Posted 10 years 7 months ago
    • I am trying to find where the Correct CSS file is to edit for this. I have just looked for it foer the past 20 min and no luck. I would like to do the css file edit luke described but have zero idea where to find it for my Chapelco template. I have everything updated latest to date. Thanks!
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: SOLVED Add text to responsive menu toggle?

    Posted 10 years 7 months ago
    • You need to add a custom css file.
      Don't change existing files.
      For Chapelco just add a file called rt_chapelco-custom.css in the css folder of the template and add the code ...
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: SOLVED Add text to responsive menu toggle?

    Posted 10 years 7 months ago
    • Luke Douglas's Avatar
    • Luke Douglas
    • Hero Rocketeer
    • Posts: 322
    • Thanks: 15
    • Another Old Hack!

    Re: SOLVED Add text to responsive menu toggle?

    Posted 10 years 7 months ago
    • Henning is correct. Put the code in the [TEMPLATE]-custom.css file which is the rt_chapelco-custom.css for your template. I make it a 'hard rule' to never alter core template files unless it is 'absolutely' necessary. To change the menu toggle can be done in the custom css file. No need to touch other CSS or LESS files.

      Remember, you will have to change the background colors to match your scheme as well as adjust the margin-top and margin-left to change the position of the toggle button but that should be the only changes you need.

      Here is a link where you can see it in action.

      dothanschoolofdance.com/
    • Just another old hacker!
    • jegiese's Avatar
    • jegiese
    • Newbie
    • Posts: 13
    • Thanks: 1

    Re: SOLVED Add text to responsive menu toggle?

    Posted 9 years 17 hours ago
    • If you need to this for Gantry 5 just change the class to g-offcanvas-toggle


      .g-offcanvas-toggle:after {content:'Menu';float: left;font-size: 0.5;color:#000000;}
    • Last Edit: 9 years 17 hours ago by jegiese.

Time to create page: 0.046 seconds