Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #242040
    lilleselmer
    Participant

    Hi! Sorry for creating so many threads, but I am doing this so that others that are coming after me will be able to find them easier.

    So, to my question, Is there a way for me to use different formatting on the menu items when i add a menu to the footer.
    for example. Top menu items in bold, and sub menu items normal. It would also be nice to display the menu in two row.

    BTW, thanks for awesome help so far. Upon purchase of the theme, will I be able to alter the bottom text(the one in the very bottom) and also easily alter the colors in all places / items?

    Thanks again!

    #242127
    Skandha
    Participant

    @lilleselmer: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To have the top menu items bold and sub menu items normal */
    .site-primary-menu a {
        font-weight: bold;
    }

    Yes after upgrading to pro you will able to alter the copyright text in the bottom and also colors in all place. You can check out the additional-features available in the pro version.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #242172
    lilleselmer
    Participant

    Thanks, it did the trick for the main menu, but not for the one in the footer. It is a menu placed in the widget area, footer 1.

    #242182
    Skandha
    Participant

    @lilleselmer: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #nav_menu-5 ul li {
        font-weight: bold;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #242320
    lilleselmer
    Participant

    That made all items in that menu bold, allmost there 🙂 can we try again?

    #242618
    Skandha
    Participant

    @lilleselmer: Hello there,
    You seem to have switched to a different theme. Let me know if you switch back to Solid Construction Theme.

    Kind Regards,
    Skandha

    #242634
    lilleselmer
    Participant

    Hi! I am still using solid construction. url: https://oddsit.no/bb/

    #242706
    Skandha
    Participant

    @lilleselmer: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #nav_menu-5 #menu-footer > li > a {
        font-weight: bold;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #243507
    lilleselmer
    Participant

    Thanks. I have been a bit busy with other projects lately. It did the trick. Thanks again.

    I am now getting close to finishing this project and will buy the construcktion theme. Do I need to do everything all over again, or is it an easy way to migrate all settings?

    #243509
    Skandha
    Participant

    @lilleselmer: Hello there,
    All your customizer settings from free should automatically migrate when you upgrade to pro.

    Let me know if you have any issues when you upgrade to pro.
    Kind Regards,
    Skandha

    #243514
    lilleselmer
    Participant

    Hi! I just bought the theme. I am using the solig contruction classic theme, but I cannot see where to add the license?

    Can you guide me?

    #243520
    Skandha
    Participant

    @lilleselmer: Hello there,
    First you will need to upload the theme.
    Go to => Appearance => Add New => Upload Theme => Browse and Select the Theme zip folder => Click Install Now.
    After the theme is installed activate the theme.

    Finally,
    Go to => Dashboard => Appearance => About Theme => License => Enter the License Key and Click on Save Changes.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #243526
    lilleselmer
    Participant

    Thanks. How can I use that as a base for the Solid Construcktion Classic Child theme?

    #243648
    Skandha
    Participant

    @lilleselmer: Hello there,
    You can use our plugin Generate Child Theme to create child theme.
    Install and Activate the plugin
    Then,
    Go to => Dashboard => Generate Child Theme => Select Parent Theme as Solid Construction Pro and fill in remaining fields and Click on Generate.

    This will create and activate the child theme.

    Note: The customizer settings wont migrate to the child theme. You can use our plugin Catch Import Export plugin to import your customizer settings from the parent theme to the child theme.

    Let me know if you have anymore issues.
    Kind Regards,
    Skandha

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Formatting of Menu in footer’ is closed to new replies.