Problem: I would like to customize some aspects of the Toolset Starter Theme, including the menu style.
Solution: You can write any custom CSS you would like to override the Toolset Starter Theme's styles. You can also go to Appearance > Customize > Advanced Settings to disable the theme's CSS. Then you can add any CSS overrides in Toolset > Layouts CSS, or to a child theme's style.css file. To remove the background color from the main menu and make the link text red, you can do something like this:
.navbar-default, body .ddl-navbar-default { background: none; } .ddl-navbar-nav > li > a { color: red; }
If you are starting a custom theme, I do not recommend basing it on Toolset Starter Theme. This theme is being deprecated and should not be used as anything but a reference.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | 8:00 – 12:00 | - | - |
13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | 13:00 – 17:00 | - | - |
Supporter timezone: America/New_York (GMT-04:00)
This topic contains 3 replies, has 2 voices.
Last updated by Christian Cox 5 years, 4 months ago.
Assigned support staff: Christian Cox.