Forum Replies Created
-
AuthorPosts
-
Thanks! Update didn’t change much!
Still using this code:
.header_color .header_bg{
background-color: transparent;
}
#main .html_stretched #wrap_all {
background-color: transparent;
}
.socket_color {
background-color: transparent;
}
.footer_color {
background-color: transparent;
}
body { background: url(https://dl.dropboxusercontent.com/u/46363270/background.jpg) !important;
background-size: cover !important; }on pages like this: http://www.beachsummergames.com/14-2/ it looks right
if you open the main page it looks like this: https://dl.dropboxusercontent.com/u/46363270/problem.jpgThanks for help!
This is the code I’m using right now…for beachsummergames.com…something is not working here :-)
.header_color .header_bg{
background-color: transparent;
}
#main .html_stretched #wrap_all {
background-color: transparent;
}
.socket_color {
background-color: transparent;
}
.footer_color {
background-color: transparent;
}
body { background: url(https://dl.dropboxusercontent.com/u/46363270/background.jpg) !important;
background-size: cover !important; }Is there any solution yet?
this is how it looks like on mobile device (iphone)
https://dl.dropboxusercontent.com/u/46363270/IMG_8030.PNG
https://dl.dropboxusercontent.com/u/46363270/IMG_8029.PNGthx
on the other hand it is not really working right, cause you can see a overlapping at between the socket background image and the background itself.
there were two mistakes
one “body {” too much and a “,” at “#main”.
BUT it is not working with mobile devices…some parts are shown with the background color? maybe you can check on a mobile phone.
Daniel
right like this?
/*Body Background*/
.nonfixed_header .header_bg {
opacity: 0;
}
#main, .html_stretched #wrap_all {
background-color: transparent;
}
.socket_color {
background-color: transparent;
}.footer_color {
background-color: transparent;
}body {
body { background: url(“URL to your image”) !important; background-size: cover !important; }ok…thx…that means it is possible to change the text for all featured images..but i can not change it individually for every picture?
Here is the link to the page: http://www.beachsummergames.com/keyfacts/
and here is the link to the png file of the icon i would like to use: https://dl.dropboxusercontent.com/u/46363270/zeichen.png
thx
solved..thx
login to wp not possible anymore…
Warning: Cannot modify header information – headers already sent by (output started at /beawures/www.beachsummergames.com/wp-config.php:1) in /beawures/www.beachsummergames.com/wp-includes/pluggable.php on line 1178
great thank you….
is it possible that you can not change the image of an icon list (.avia-icon-list .iconlist_icon)? i changed the background image but i cant change the image itself
http://www.beachsummergames.com/erster-programmpunkt-fixiert/
here we go! the caption of the picture is the same as the post title it belongs to! i would like to change this caption.
thx for help
Hey!
I am not sure, if we are talking about the same issue.
I have done a post and this post has an featured image. If you click on the image it gets full size and you see a text below. This text is the title of the post. I would like to change this text to a Copyright information.
ok…i’m new so i am not so familiar with the css codes…how can i change the post title afterwards?
ok…i’m new so i am not so familiar with the css codes…how can i change the post title afterwards?
- This reply was modified 9 years, 11 months ago by schoefa2.
-
AuthorPosts