Forums
(@conver93)
4 years, 7 months ago
Hi Anders, Ive tried that and it hasn’t worked
– ConVer93
4 years, 8 months ago
I copied the assets folder to my child theme, works fine now
I was being dim, I’ve sorted it through style.cc ??
Hi @anders It shows now, I had it hidden, is there a way I can Increase it from 800px? Many thanks
7 years, 1 month ago
I found the issue, one of my plugins had disabled it
try
h1#blog-title a { color: transparent; } h1#blog-title { background: url("insert .jpg URL here") no-repeat scroll 0 0 transparent; color: transparent; height: 157px; width: 567px; }
you can change the size accordingly
Change the dates/ times on the posts that you have showing.
you can do this by going to the post – “published on” on the right panel, and change the time/date.
Remove <div class=”header-image” style=”background-image: url( <?php echo $image_image_url; ?> );”></div> from Header.php
-ConVer93
Aweosme, thank you so much!
Hi Anders,
I’ve done that, but i want to remove the option of being able to scroll through, so it only displays the 3 most recent and no more?
ConVer93