Spring Offer Is To Get WP Bundle of 65+ Themes At 15% Discount " TPRIDE15 "   
Get Premium WordPress Themes At 20% Off "GETPRO20"

Menu icon comes in “?” instead of the right icon and I cant remove a blue box

HOME Forums Support Menu icon comes in “?” instead of the right icon and I cant remove a blue box

Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #9127
    Ilker Gunes
    Participant

    Hello support team.
    I have 2 issuesss with the theme Car Wash Services Pro 0.0.1 …. in the screenshot here https://prnt.sc/xoo42ahagn4P

    There are 2 marked boxes. 1 of them is at “?” and the other one at the logo

    Issue 1 – Instead of a menu bar I get “?”. How do I fix this for mobile phone users
    issue 2 – I cant get remove the blue box above or change the color, this is anyoying when I add the logo. there is always this blue big box, how to fix this ?

    #9132
    support
    Participant

    Hi,

    Thanks for contacting us here.

    The menu icon for mobile users is showing on our demo. If you could share your site url then it will be helpful for us to get the issue behind it.

    If you do not want the blue box around the logo then you can remove it by adding the following code at Appearance-> Customize -> Theme Settings

    @media screen and (max-width:767px) {
    .logo {
    background-color: transparent;
    }
    }

    Let us know if you have any other query.

    Thanks

    #9136
    Ilker Gunes
    Participant

    Hey Support teamm,

    Thank you for your fast response. I assume I add it into Appearance > Customize > Theme Settings > ShortCode options ?

    IF so there is already something there, I replaced it and I add it bellow this :
    [car-wash-services-pro-our-feature], [car-wash-services-pro-testimonials], [car-wash-services-pro-team], [tp-galleryshow tp_gallery=”59″ numberofitem=”6″ bootstraponecolsize=”4″]

    Didn’t really change much, however the website url = https://sopshopzelhem.nl/

    #9145
    support
    Participant

    Oh Sorry. I apologize.

    You need to add the above code at Appearance-> Customize -> Additional CSS.

    #9149
    Ilker Gunes
    Participant

    Hmm that didn’t seem to work. The Blue Box is still there : https://prnt.sc/VvLG92mhI7iZ

    Any news regarding the missing icons for mobile users ? (its working on the free demo version)

    #9156
    support
    Participant

    The blue box was removed for mobile users if you want to remove it from the desktop then add the below code at Appearance -> Customize -> Additional CSS

    .logo {
    background-color: transparent;
    }

    For the missing icon go to Plugins -> Add New install “Wp Font Awesome” and then check.

    Thanks

    #9186
    Ilker Gunes
    Participant

    Thank you, this did fix the issue but a new one appeared for mobile users a dark blue background poped up

    prnt.sc/ArYME79rZj36

    And the menu button is not at the right place, how can I fix both issues for mobile users ?
    prnt.sc/ArYME79rZj36

    #9199
    support
    Participant

    Please try this

    @media screen and (max-width:767px) {
    .contact_details {
    background-color: transparent;
    padding: 0;
    }

    .toggle-nav {
    height: auto;
    }
    }

    #9669
    Ilker Gunes
    Participant

    Hey Sorry I had a holiday couldnt respond.
    This fixed the issue but now the text in the bar is not centered, a bit in the left. Weird we fix something and something new appears.

    #9677
    support
    Participant

    Are you referring the issue for mobile or desktop?

    #9717
    Ilker Gunes
    Participant

    Its for the mobile users, everything is a bit in the left instead of center. The top bar information, the logo is fine.

    #9725
    support
    Participant

    PLease try the below code

    .bordar {
    right: 0;
    }

    #9756
    Ilker Gunes
    Participant

    THANK YOU!!!!
    WORKING haha you are amazing.

    But everytime something new comes.
    For the desktop users the homepage looks like this https://prnt.sc/SVNW7czkIgq3

    But when im on the mobile phone the text below the yellow mark is hidden. Is there also a CSS code for this haha ?

    #9763
    support
    Participant

    Please try this

    @media screen and (max-width:767px) {
    #slider p {
    display: inline-block !important;
    }
    }

    @media screen and (max-width:576px) {
    .slider-box {
    top: 0;
    }
    }

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