Search results
15 maj 2017 · I would like to set the webpage logo disappear by css display:none. I already know how to open the element , for example , in the website www.kori.jp, i can find the div class .logo and able to put display:none in it.
3 maj 2013 · I am trying to remove the logo header from one page, but not knowing CSS is making it tricky! I managed to find the code to remove the nav on my home page which worked perfectly, can anyone tell me what the logo is called in CSS, or if the code format below is correct?
15 lut 2020 · To completely remove the site logo on the 7.1 homepage, it's best to add the following to Design > Custom CSS: .homepage .header-title-logo { display: none!important; } Tuan's post (see below) would hide the image, but the link would remain.
Image Modal (Advanced) This is an example to demonstrate how CSS and JavaScript can work together. First, use CSS to create a modal window (dialog box), and hide it by default. Then, use a JavaScript to show the modal window and to display the image inside the modal, when a user clicks on the image:
29 kwi 2020 · Site URL: https://www.peripheralviewproductions.com. I've tried everything I could find for injecting code for 'display: none' to 'visibility: hidden' etc., but I need a code injection that will allow me to remove the logo from all of my main navigation pages EXCEPT for my home page.
25 lip 2023 · Try thiso one. From your Shopify admin dashboard, click on "Online Store" and then "Themes". Find the theme that you want to edit and click on "Actions" and then "Edit code". In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles.
1. Identify the page collection you want the logo removed. Use the chrome extension mentioned earlier. In this example the page collection id is #collection-61803842197c3a5a511e27c9. 2. Add the CSS code to your website, with the page collection id. Go to Design > Custom CSS and add the code below.