Currently the logo and tagline are one image, but how can I add the tagline as text? Right now you can barely see the tagline when viewing it in mobile version. Website: http://www.contractphoto.net/
Hello, Greetings from InkThemes! You can do it with adding a little bit code in the source code of the theme... Please follow the steps given below. 1) Upload your logo from theme option panel of your dashboard as mention in the screenshot given below 2) Add code in header.php file as mention in below screenshot For your information, I am using "WP-Editor" plugin to edit files. You can also download and use it from the link https://wordpress.org/plugins/wp-editor/. After activating this plugin, you will get the same screen as shown in the screenshot. At last paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .logo h2 { margin-top: -52px; margin-left: 334px; font-size: 30px; } @media only screen and (max-width: 767px) and (min-width: 480px){ .logo h2 { margin-top: 12px; margin-left: 0; margin-bottom: -11px; } } @media only screen and (max-width: 480px){ .logo h2 { margin-bottom: -13px; margin-top: 14px; margin-left: 0; font-size: 30px; } } Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com
So another problem. When I update my site. The changes don't show up in Internet explorer, but they do show up in Firefox. What can I do?
Hello, I have checked your site and it seems that you have just missed out some changes in your site... So to determine and fix the issue, we need to access your dashboard. So, send us your website WordPress login details at [email protected] along with the thread link. Your Website URL: WordPress Username: Password : Looking forward to your reply. Thanks & Regards! Priyanka InkThemes.com