Hello, matlars! Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .showcase-thumbnail-container { display: none !important; } Thanks, Praveen
Hello, matlars! Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: @media only screen and (max-width: 767px) and (min-width: 480px){ #featured { height: 164px !important; } } @media only screen and (max-width: 480px){ #featured { height: 99px !important; } } Regards, Praveen