• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: RSVario, menu-heading smaller than rest

RSVario, menu-heading smaller than rest 4 years 10 months ago #39191

  • info44548
  • info44548's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 17
  • Thank you received: 1
In a new to build website, I have a menu-heading called "Was suchst du?" This is just a menu-heading.
Underneath I have now one item, "Gastronomie".
However, the menu-heading is somehow smaller then the rest of the menu-items.


Is there a way to solve this?
The administrator has disabled public write access.

RSVario, menu-heading smaller than rest 4 years 10 months ago #39248

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 559
  • Thank you received: 102
Hello,

You can create a custom.css file as mentioned here:

www.rsjoomla.com/support/documentation/r...the-source-code.html

Here, you can add something similar:

.rstpl-template-menu .dropdown .nav-header {
text-transform: uppercase;
font-weight: 700;
text-shadow: none;
padding: 5px;
position: relative;
color: #919c5d;
font-size: 14px;
font-family: 'Roboto', Helvetica, serif;
}

Basically you can inspect the other menu items into the frontend area and copy their CSS styles.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!