Soraya
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Tracks] Visibility background imageThank you very much Ben! It’s solved. I love my website now and how to figured things out about css. Your help is just the finishing touch! Thanks!!
Forum: Themes and Templates
In reply to: [Tracks] Visibility background imageUpdate: the background is visible when i delete my complete Custom CSS. Something is wrong with some of the codes/or a code is missing…but what code? 🙁 Is it also possible to change the size of the background image because the image is very very big with every image i try. You see big pixels
Forum: Themes and Templates
In reply to: [Tracks] Visibility background imageThis is my Custom CSS:
.top-navigation,
.menu-secondary-items {
background: #6d6d6d;
}.main,
.overflow-container,
.site-header {
background: #6d6d6d ;
}
.excerpt-title,
.entry-title {
font-weight: 600;
}
.design-credit {
font-size: 13px;
color: ;
}
.toggle-navigation {
color: #ffff;
}
.site-title img {
max-height: 999px;
max-width: 999px;
}
.site-footer {
background:#6d6d6d;
color: #ffffff;}
.sidebar-footer {
background:#6d6d6d;
margin-bottom: 0px; /* if you need more room */
}
.design-credit {
background:#6d6d6d;
}
.entry .featured-image {
padding-bottom: 30%;
}
.site-title a {
font-family: \”Times New Roman\”, Georgia, Serif;
}h1.excerpt-title {
font-family: \”Times New Roman\”, Georgia, Serif;
}
.entry,
.comments {
background: none;}
.page-template-front-page .entry-header,
.page-template-front-page .entry-container {
display: none;
}
.page-template-front-page .entry {
background: none;
}#menu-primary-items a,
#title-info a {
color: #fff;
}
.blog .site-footer {
margin-top: 0px;
}
.site-footer {
margin-top: 0px;
}.title-info {
width: 100%;
text-align: center;
}.site-title img {
max-height: 999px;
max-width: 999px;
}.toggled .site-title img {
opacity: 0;
}.author-meta {
display: none;
background: #6d6d6d;
}.further-reading {
display: none;
}@media all and (max-width: 400px) {
.site-title img {
display: none;
}}.entry-tags,
.entry-categories {
display: none;
}Forum: Themes and Templates
In reply to: [Tracks] Change background colour social media sidebarIt’s resolved! Some of my codes were not closed with }
Thanks again! I am so happy i found this theme.Forum: Themes and Templates
In reply to: [Tracks] Change background colour social media sidebarThank you very much for the quick response! I copy and paste the code into the “Custom CSS” section and changed #222222 into #6d6d6d but the colour (black or really dark grey) won’t change