Would you please provide the link of your site?
Thanks
Would you please provide the link of your site?
Thanks
Would you please provide the link?
Thanks
i’m totally new into this, so i’m not sure if this will work or not.
http://localhost:8888/sajib/about-me-2/
You have provided us your local link which is not accessible here. So can you explain which part you are talking about looking at the theme preview:https://wordpress.org/themes/mk/
On each page the page title on header is in center. I want the page title to be on right. Like in Contact page the title ‘Contact’ would be on right side instead of center.
Thanks
Also I want to change the site title color from green.
thanks
user firebug in Firefox or inspect element in Chrome to find the css class of the header then add it to your css and add this code:
text-align:right;
or if that doesn’t work try
float:right;
to make it green you can do the same thing and use:
color:(what ever your color is);
if I could see your actual site I could be more specific.
Thanks a lot. It was a great help