Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1156773
    bak
    Participant

    Hi there

    1) how can I add my Logo in footer widget area 1
    2) How can I remove the icons for the different widgets?
    3) How can i remove the boxes around the menu items in the footer menus
    4) How can I have the widget headlines in bold?
    5) how is it possible to have the widget headlines in different languages, according to the language currently chosen?
    6) How can I remove the area with the language flags at the complete bottom of the page?
    7) Why is the footer not appearing for some pages
    8) Is it possible to change footer color for specific pages?

    Thanks

    #1156783
    bak
    Participant
    This reply has been marked as private.
    #1156797
    Joao
    Moderator

    Hi There,

    1) how can I add my Logo in footer widget area 1

    You can add :

    <img src="//194.126.200.62/~bakronat/wp-content/uploads/2015/12/Bakrona-warm1.png" alt="Bakrona Messtechnik & Engineering">

    2) How can I remove the icons for the different widgets?

    Add the following code to Appereance Customizer Custom CSS

    .widget_nav_menu .h-widget:before, .widget_layered_nav .h-widget:before, .widget_text .h-widget:before {
     display: none;
    }

    3) How can i remove the boxes around the menu items in the footer menus

    Add the following code to Appereance Customizer Custom CSS

    .widget ul, .widget ol, .widget_nav_menu ul li a, .widget_meta ul li a, .widget_pages ul li a, widget ul li a, .widget ol li a {
    box-shadow: none;
    border: none;
    }

    4) How can I have the widget headlines in bold?

    Add the following code to Appereance Customizer Custom CSS

    .h-widget {
    font-weight: 500;
    }

    5) how is it possible to have the widget headlines in different languages, according to the language currently chosen?

    Regretfully, this particular customization request is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your customization of it. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.

    6) How can I remove the area with the language flags at the complete bottom of the page?

    #lang_sel_footer {
    display: none;
    }

    7) Why is the footer not appearing for some pages

    Please check if you have select the right template. It is possible tha you select a template without footer.

    To do that go to Wp Admin Dashboard Pages, Quick Edit and check your page templates: Make sure you have

    Blank No Container Header Footer

    and NO

    Blank No Container Header No Footer
    8) Is it possible to change footer color for specific pages?

    Yes, some changes are possible.

    Let us know if you need further help,

    Joao

    #1157127
    bak
    Participant

    Hey there, making good progress, thank you for the help

    1) How can I reduce Logo size?
    2) How can I reduce gap between different menu items?
    3) How can I remove the little triangles in front of the menu items?

    #1157161
    Nabeel A
    Moderator

    Hi again,

    1. To reduce logo size you can add this code in your Customizer

    .textwidget img {
        width: 50% !important;
    }

    2. To reduce gap between different menu items, use this code:

    footer .x-column {
        margin-right: 0 !important;
    }

    3. To remove Triangles, you can use this code:

    .widget_nav_menu ul li a:before, .widget_meta ul li a:before, .widget_pages ul li a:before {
        content: " " !important;
    }

    Hope this helps!

    #1157257
    bak
    Participant

    Hi there

    1) solved
    2) For some reason the menu items have still quite a big gap between each other
    3) solved
    4) Is there a reason why the footer has to option to use 4 widgets but then does not distribute them evenly over the width of the page but rather keeps the widgets left aligned?

    #1157512
    Nabeel A
    Moderator

    Hi again,

    2. Please add this code in your Customizer:

    footer .x-column.x-1-4 {
        width: 18% !important;
    }

    3. You can center align the widgets by adding the following code:

    .x-colophon.top {
        text-align: center !important;
    }

    Let us know how this goes!

    #1157602
    bak
    Participant
    This reply has been marked as private.
    #1157888
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    1) You can add this under Custom > CSS in the Customizer:

    .widget_nav_menu ul li a {
        padding: 5px 0 !important;
    }

    2) X support up to four footer widget areas per row, Adding 5th widget could be possible with custom development which would be outside the scope of support we can offer. You may wish to consult with a developer.

    Thanks.

    #1158223
    bak
    Participant
    This reply has been marked as private.
    #1158272
    Paul R
    Moderator

    Hi,

    For #2 & #3

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    body .x-colophon.top .x-column.x-1-4 {
        float: none;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        margin-right: 3% !important;
    }
    
    body .x-colophon.top .x-column.x-1-4.last {
        margin-right:0 !important;
    }
    
    body .x-colophon.top {
        text-align:center;
    }
    

    Hope that helps

  • <script> jQuery(function($){ $("#no-reply-1156773 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>