Home › Forums › Legacy Support › Support queries › How-to & Troubleshooting › Change Header and Footer logo
Tagged: Logo
- This topic has 11 replies, 6 voices, and was last updated 6 years, 4 months ago by Diana.
Viewing 12 posts - 1 through 12 (of 12 total)
-
AuthorPosts
-
November 12, 2015 at 10:44 am #8255eanhtngParticipantHello, How can I change WPLMS logo to my logo (text: Edu.Solutions) but still keep the transparent style of the default logo? It is not easy for newbie to figure out how to customize the home page. It seems like too much hard-coded and invisible to administrator. Thank you and best regards, Andy.November 13, 2015 at 10:26 am #8406Anshuman SahuKeymasterYou have to copy the header.php of the main theme in your child theme and then remove the <img src> tag from it and place your custom text in there to have text indtead of image . If you already using the child theme then find the header.php file in it and find the id "logo" and remove the img tag and place your text . refer : https://wplms.io/support/knowledge-base/how-to-use-child-theme/November 13, 2015 at 10:27 am #8407Anshuman SahuKeymasterSame goes goes the footer . Or you can create an image with just text and put it as your logo .November 25, 2015 at 1:57 pm #10589eanhtngParticipantSorry, but could you give me the command example, as I am too new to PHP to implement what you saidNovember 25, 2015 at 4:26 pm #10609externalusesParticipantAre you currently using a child theme? If not, you'd first have to use a child theme: https://wplms.io/support/knowledge-base/how-to-use-child-theme/ If you are using a child theme, there should be a file located:
/wp-content/themes/wplmschild/header.php
In that file is where you do the PHP change.November 26, 2015 at 10:09 am #10726Anshuman SahuKeymasterYes in that path edit your header.php file and remove the <img > tag and write your text in place of that .December 31, 2015 at 8:57 am #16268kermacheSpectatorHi am using the default theme but i didn't succed to change the logo. could you help me please. http://arabe.andalous-elearning.com/January 4, 2016 at 6:04 am #16460Anshuman SahuKeymasterPlease follow these steps : 1. Upload and install the blank child theme (provided in wplms package) . 2. Now copy the footer.php and header.php and paste it in your wp-content/wplmsblankchildhtheme folder . 3. now edit the files find for the img tag near the text "logo". 4. Delete the whole img tag and write your site name in the <a>(anchor) tag .August 6, 2018 at 7:21 pm #171577OscarSpectatorIs this tip still valid with the newest WPLMS version?August 7, 2018 at 5:00 am #171596DianaParticipant@Oscar, yes, this is still valid. We recommend Blank Child Theme for customization related work because then your custom work will be saved even after theme updates.August 7, 2018 at 3:24 pm #171684OscarSpectator@Diana But I am already working on Theme nr5, I can't afford to switch themes now. Is there no other way how to add transparent text without risk of it being overwritten with some updates? Also why updates would impact my site customization at all?August 8, 2018 at 6:49 am #171731DianaParticipant@Oscar, According to its name Blank Child Theme is totally blank. No code is written it which will overwrite your existing theme content. This theme is only used for customizations. e.g. In File A you have to customize something which is in folder B. So, in blank child theme(after activating this theme) you have to create a folder B(exactly same name) with file A in it(same name) and add the customized code here. Please read more about this in these links: 1. https://vibethemes.github.io/wplms-docs/installation.html#download-full-package 2. https://vibethemes.github.io/wplms-docs/installation.html#wp-upload Please create your own topic if you have any further issue. This is someone else topic and i can assist you better on your own topic -
AuthorPosts
Viewing 12 posts - 1 through 12 (of 12 total)
- The topic ‘Change Header and Footer logo’ is closed to new replies.