Hi, 1) I'm trying to remove the headings in the slider with the following css: .slider_text_container{ display: none; } This does not seem to work. 2) I am trying to remove the map on the contact page with the following css: .add_n_map { display: none; } This also does not work. Please help!
Hello, Greetings from InkThemes! As per your above issues, solutions are accordingly. 1) I'm trying to remove the headings in the slider with the following css: If you want to remove only heading section, you just have to paste the CSS code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .flex-caption h1 { display: none !important; } To remove that section completely including description part, paste this code (given below), Code: .flex-caption { display: none !important; } 2) I am trying to remove the map on the contact page with the following css: Please paste the code given below in Custom CSS section of your dashboard, Code: .contact-map { display: none !important; } Hope it will resolve your issues.. Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
Thank you. That did the trick. My contact page still displays the heading 'Location Map'. How would I remove that heading?
Hello, Please follow the screenshot given below. For your information, I am using wp-editor plugin to edit the file. You can also download and use it from the link https://wordpress.org/plugins/wp-editor/. Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com