Need of Clarifications

Home Forums All Themes Questions Need of Clarifications

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4344
    Ismail Ice
    Participant

      Hello Support Team,

      I’m using “coffee shop” theme in my website [www.chettyscafe cafe.com] in which I’m facing the following issues.

      1. I am not able to remove the white color [like coffee pouring] image which is being displayed near to the logo of my website.
      2. Not be able to remove the header button in slider images.
      3. Header menu items are not displaying in mobile view.
      4. Not be able to change footer info box back ground color and footer copyright area background color.

      Do the needful support and solve the issues.

      Thank you.

      #4346
      Forum Moderator
      Moderator

        Hi,

        Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

        .header-svg { display:none !important;}
        
        @media screen and (max-width:1023px) {
        .sidr ul li a { color: #282828;}
        }
        
        .footer-infobox { background-color: rgba(31,90,2, 0.6) !important;}
        #copyright { background:#1f5a02 !important;}
        .slider-main .nivo-caption .slidebtn { display:none !important;}

        Regards,
        Shri

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