Mediumish theme Header Image

Post Reply
Murray
Jr. Bludit
Posts: 3
Joined: Sun Apr 03, 2022 1:59 pm

Hi Folks, great system so far, still working out stuff :)
Questions :
1 can an image be placed in the header div behind the site title. I guess giving the Div (Mainheading) a class, please note I am not up to speed with CSS. Some hints would be appreciated.

2 I edited the existing posts in the Mediumish theme to get under way. But I see the URL to the post has not changed, is there a place or way to update the post URL?

Thanks in advance
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Can an image be placed in the header div behind the site title.
You can use the the following CSS code:

Code: Select all

.mainheading {
   background-image: url("/bl-content/uploads/image.jpg");
}
For the properties of background images please see for example:

https://www.w3schools.com/cssref/pr_bac ... -image.asp
But I see the URL to the post has not changed, is there a place or way to update the post URL?
You can change the URL on the editor page at "Options" > "SEO" > "Friendly URL".
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Murray
Jr. Bludit
Posts: 3
Joined: Sun Apr 03, 2022 1:59 pm

Hi Edi, thanks I will try the css. Re the SEO URL options, I did try that, but must not have hit Save..... yes that did change the URL after I resaved, my error. Thank you
Post Reply