I want to change the footer text and add my website name in it, how could I do so? I am using Magazine Pro Theme on Wordpress.
Normally pro themes provide documentation for customizing it. You can find there the changing option. You can also check the theme option for that.
I hope you will get your answer.
I must be present somewhere in the theme customizer. In mostly themes footer text will present in theme customizer under footer option
If you don't find the code in the theme customizer, then another method is to change it from the footer.php file. First of all, login to your WordPress dashboard and visit Appearance » Theme Editor from the left sidebar of your WordPress dashboard. On the right side, you'll see different theme files. From here open the Theme Footer file (footer.php).
Check this image
Now you can change the footer text from here. But before changing it, save the backup of code for restoration in case if you change the wrong code. If you still face any issues, send me the code which is present in footer.php and I'll guide you which code you have to change.
Related
I have a free version of WordPress Elegant Magazine theme. In footer, with copyrights, the name of the theme is mentioned; not editable through visual customisation.
I tried to edit theme code but was getting error msgs.
What should i do now? Would you help me with the code?
In the Customized option, You can give display:none on the Addition CSS area for footer copyrights class name. Then give your own copyrights text through the footer widgets
OR
Just find the copyrights text on the wordpress/wp-content/themes/elegant/ folder and change it
It will work on...
Create child theme. Read how to create child theme https://developer.wordpress.org/themes/advanced-topics/child-themes/ or download the child theme i have made https://github.com/snuffybg/Elegant-Magazine-Child-theme.git
In your child theme you will find footer.php file where at line 144 to 147 code is edited. You need child theme in case the theme have updates and to avoid overwrite files.
Update: After download go to Wordpress dashboard -> Appearance -> Themes . Add new and upload elegant-magazine-child.zip after that activate.
I have a problem with my theme and I am sick of tired to communicate with the theme support team...so I try to solve the issue myself (if possible).
My problem is: I have some single product layout under theme option but when I try to change none of them work. I could overwrite the style in the child theme (how the information, text...etc will show) but my main problem is the product image. Is it too big and the thumbs appear under the image. I want smaller image box and thumbs on the left side. Is it possible to overwrite this in the child theme somehow?
I am not a professional programmer or web designer, but would be happy to learn :)
Thanks for any help or comments :)
May be you can check it with word press plugins. Here is a link. Before override Woo commerce Single Product Template You can try it with custom css in your theme style.css
Copy this very basic CSS and place in your child theme’s style.css file. Check this link.
I have a wordpress site I'm designing for a friends school. If you look at the home page:
http://freelanceaccounting.co.za
There is a slider there. Now i want to insert some text next to it But it doesn't work it either puts it above or below it.
is there a plugin I'm supposed to use?
Hello you are using the education hub theme and huge slider which is not default by the theme.
May be theme contains the option to add text on their default slider. Please check that. if you want to use that plugin of huge slider then you can also check for that option. if it has not any option then you need customization either by theme or plugin.
can someone explan to me how to insert a widget in my header ? I want to be able to put a slider with text in my header..Normally I only use widgets on the website and that's it...
Can you describe a little more about your WordPress site? What theme are you using?
Unless you're comfortable editing the PHP of your theme, if your theme doesn't include options for a widget block in your header you might have difficulty doing this without the help of a developer.
If the theme doesn't provide this functionality out of the box, a developer would either need to add a widget block or add the slider as static content into your header by adding PHP code to your theme files.
I just signed up for wordpress.com, I can see how to edit CSS but I want the header to not be text but rather an image. how do I update the page template on wordpress? on tumblr it's so easy, wordpress is tricky!
You're very limited with what you can do with css and xhtml on Wordpress.com. You can't write your own page templates or make siginificant changes to .com themes.
What you're probably thinking about is self-hosting Wordpress, and if you do that, you can do whatever you want with themes, css and xhtml. See Main Page « WordPress Codex and Hosting WordPress « WordPress Codex.
Wordpress.com only let's you edit CSS of their pre-installed themes. Actual theme files cannot be edited, and also you cannot install just any theme you want. You will need to self host your own Wordpress install to customize and add themes in the manner that you are hoping to.
Since you can only edit the CSS on Wordpress.com, you might try a background image. You can upload an image into the media section and then, using CSS, format the header area to the height and width that you want and place a background image into the header. And then if you want to get rid of all of the text, you could use something like this on the header to push all of the text off the page:
text-align:left;
text-indent:-5000px;
please see here.i think it will help you. http://www.wordpressthemebd.blogspot.com/2013/11/wordpress-install-themes.html