Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Dante
  • #87647
    Albulushi
    Member
    Post count: 49

    Hello,

    For some reason I dont see some of my custom css applied on the website through the theme option? im trying to remove the bg color for copyright Applied the custom css but no change ? any idea

    Also same thing in product page on my previous ticket the tabs are still visible you can see the custom CSS the login info is provided above.

    Thanks

    #87686
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I see that you have forgot one closing brace } after given below code:

    @media only screen and (max-width: 1024px){
    nav#main-navigation .menu > li, .header-4 #main-navigation .menu > li, .header-5 #main-navigation .menu > li, .header-7 #main-navigation .menu > li {
      padding: 0 15px 10px;
    }

    So correct code will be:

    @media only screen and (max-width: 1024px){
    nav#main-navigation .menu > li, .header-4 #main-navigation .menu > li, .header-5 #main-navigation .menu > li, .header-7 #main-navigation .menu > li {
      padding: 0 15px 10px;
    }
    }

    Thanks

    #88210
    Albulushi
    Member
    Post count: 49

    ok thanks let me try this

    #88212
    Albulushi
    Member
    Post count: 49

    thank you it worked

    #88238
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. I’m glad that issue resolved.
    Thanks 🙂
    With Best Regards
    Swift Ideas

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register