Home Forums Pro Themes Kids Education Pro Navigation buttons disappeared in the child team

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #97382
    Rossella Tozzi
    Participant

    Hi, my theme is almost ready and I applied the child theme as you suggest.
    I’ve got a problem, though. The previous and bext buttons have disappeared, while they still worked on the original theme even with the CSS that I’ve added.
    I tried to enable again the arrow controls in the main slider section, but it doesn’t show anyway.
    Can you help me?

    Another thing, with the child theme even the mobile menu changed and I had to restyle it with some CSS. It appeared on white background with black font, not the light blue with white font.
    Cattura
    Anyway, I solved this issue with some personal CSS, but I wanted to tell you.

    Here’s the link to my site.

    Thanks in advance
    Rossella Tozzi

    #97532
    wensolutions
    Keymaster

    Hello,

    Please add below given in the Additional CSS:

    .slick-prev {
        left: 0px;
    }
    
    .slick-next {
        right: 0px;
    }

    Hope this helps.

    Thank you.

    #97535
    Rossella Tozzi
    Participant

    I thought about something like this.
    The arrows appear, but they don’t have the original appearance 🙁
    Any idea?

    RT

    #97605
    wensolutions
    Keymaster

    Hello,

    It is because you have made changes by adding the custom code.

    You can add a little bit style to the current button by adding below given CSS.

    .slick-prev:before, .slick-next:before {
        content: "\f104";
        font-family: "FontAwesome";
        opacity: 1;
        color: #333;
    }

    Hope this helps.

    Thank you.

    #97634
    Rossella Tozzi
    Participant

    This was helpful, thanks.
    I also added some more CSS to stylize the arrows as in the original theme.
    I just want to specify that it’s not a matter of changes made with custom code, because even if I delete every change I made in the CSS section, the arrows still don’t appear in the main slider of the child theme. And so does the blue style of the menu for portable devices.
    Thanks a lot for your answer.

    RT

    #97669
    wensolutions
    Keymaster

    Hello,

    The issue that you have mentioned is quite unlikely to occur. The issue may have raised due to the conflict with the third party plugin.

    So if you have installed any third party plugin, please deactivate and verify the issue.

    Hope this works for you.

    Thank you.

    Regards!!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.