Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #87388
    ZHPV Webmaster
    Participant

    Hi,

    I have been working on a website (www.iworkitout.nl) using the Catch Responsive theme and decided to upgrade to the Pro version. After having restored the background image and some other settings the webpage still does not look exactly like the way it did when i used the non-Pro version of the theme.
    The challenge is that in the non-Pro version all the menu items in the primary menu fit in on one line, but after upgrading to the Pro version of the theme the last menu item called “uitloggen” does no longer fit on the first line and so it shows up on the next line.
    As i wanted to experiment with font types, sizes and colours i thought there would be an easy way to change the font size so that all menu items would once again fit next to eachother, but i seem to be unable to change the font size. I tried to enter some CSS script in Appearance>Customizer>Theme Options>Custom CSS Options but couldn’t find the right script to change the font size to a smaller one.

    Any help would be greatly appreciated. Thanks in advance!
    Andrew

    #87391
    Mahesh
    Participant

    Hi @zhpvwebmaster,

    Thank you for using Catch Responsive Pro.
    There should not be any differences in design in Free and Pro versions. For changing menu text font size, add the following CSS in “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box:

    .catchresponsive-nav-menu .menu-item a {
        font-size: 14px;
    }

    Note: Please add adjust font size as desired.
    Let me know if any trouble.

    Regards,
    Mahesh

    #87410
    ZHPV Webmaster
    Participant

    Hi Mahesh,

    Thanks for your prompt response. Problem solved!

    Regards,
    Andrew

    #87422
    Mahesh
    Participant

    @zhpvwebmaster: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Primary menu holds less text than in the non-Pro theme’ is closed to new replies.