http://zimbuktu.net
I go to Appearance > Editor in Wordpress but I can't see any instance of "http://www.zimbuktu.net/wp-content/uploads/2016/04/homeBnr.jpg" in style.css.
Does anyone know where I could try looking?
Do check in Wordpress admin > appearance > theme setting or appearance > customize. If you didn't found the image in these options then it will be in theme just go to index.php or home.php according to your theme files. It will be in it, and it could be a custom made page too selected as front page have a look at it too.
Related
I am using this theme:
https://www.templatemonster.com/wordpress-themes/50603.html
How you can change the site logo URL on the header section?
I followed a lot of steps from may sites such as the following, and nothing worked:
https://docs.oceanwp.org/article/473-change-custom-logo-url
https://crunchify.com/how-to-change-logo-url-link-for-any-wordpress-themes-including-genesis-themes/
https://docs.oceanwp.org/article/473-change-custom-logo-url
None of the above links were helpful.
I appreciate your help.
Tarek
you can try from the admin dashboard Appearance -> Customize -> Header
generally site logos can be changed from there
Edit:
My apologies, I just realized that you are looking to change the site logo URL.
You will want to install a child theme first if there's one for your theme or create one Child Themes - Wordpress
Then, you will want to dive into the original theme files and see if there are any filters within your header.php and use it to replace the anchor with a the one that you specify in functions.php in your child theme Filters and Hooks - Wordpress
Do take note that if you modify the theme functions.php directly without using a child theme it will be reset everytime you update the theme.
I'm trying to create a child theme of an existing template on wordpress. I would like to change the template of the sidebar. Not to change the functionalities but just to change the visual aspect.
Here is what I currently have :
I would like to add the kind of underline and widgets you can see on the second picture. To do that I need to modify the template but I have no clue about how to do it.
Could you please help me if you know how ?
Depending on how you access your theme files, you'll need to either go to Appearance > Editor then find sidebar.php or if you need to access the file via your server files, go to wp-content > themes > theme-name > sidebar.php.
Sidebar.php is the sidebar of your website, and any changes made here will be reflected across your main sidebar in the live site.
I am trying to change the background color of my Wordpress site, as well as the size of images I use on this site. However, I can't find the CSS file that specifies these properties for my Wordpress site.
If I can edit it, where is the CSS file that specifies these properties for my Wordpress site located?
You can edit CSS from admin panel also
Go to Dashboard > Appearance > Editor and click on style.css.
here you can edit the files directly from this window and hit save when you’re done.
or
You can edit CSS file located at ,
Go to wp-content > themes > YOUR THEME NAME and try to finder a folder that houses the css files. They are usually named CSS stylesheets or styles.
Which theme do you use?
The most of wordpress themes have a style.css in their parent folder that finds in: wp-content/themes/your-theme.
If you can't find this file, you can add styles in custom CSS on the "Theme Options" in /wp-admin.
PD: I recommend you to use a child theme because if you need in the future to update the theme, all your modifications in it will lose.
I need to create wordpress site's blog page which can be directly done by adding demo content of avada wordpress theme that i know but i don't know how actually it can be possible. so please guide me about this.
login to the wp-admin > appearance > go to the theme option > general tab > click on Import demo content button and you will get the demo content added in the avada theme
How do I build static pages on wordpress?
I use wordpress, and it keeps looking like a blog, with a navigation bar on the side which I don't like. I want a "static website" like look. with articles, not blog posts.
You have to create a theme for that. In your theme you can make it look like anything you want. If you're blog is on wordpress.com just pick a theme from the gallery.
or if you host your own blog, you can download any of the free themes or make your own! It's pretty easy.
These links should help
http://codex.wordpress.org/Theme_Development
This is a pretty huge question. Very open-ended.
The layout of your site (looking like a blog vs. a static site) is entirely dependent on your theme.
An easy way to get started is to use the default twentyten theme, and add widgets to your sidebar (WP admin > Appearance > Widgets). This will stop the default sidebar from displaying.
Next, you can create a static page in WP Admin > Pages and then use that page as your default page, WP Admin > Settings > Reading > Front page displays...
From there on out, it's really a matter of making your theme look like you want it to. f there's something that WordPress can't do out of the box, search Google or the WordPress Plugin Repository for what you want to do.