customize link in header image
-
AuthorPosts
-
hanshege
MemberDear Support Team,
how to customize the link in header image?
Thx in advance!
The blog I need help with is: (visible only to logged in users)
mkrdip
Theme AuthorHi there,
I can help you more with this. Please help by answering the following questions?
How did you move the Header Image to the bottom of the Primary Menu /Masthead area? Did you use a child theme?
Thank you!
These are the customized css changes:
.site-info {
display:none;
}#actionbar {
display: none;
}.site-footer {
background-color: #ffffff;
}/* Hide the custom header everywhere except the homepage */
body:not(.home) #header-image {
display: none;
}.home #hero {
display: none;
}.home .features-title {
margin-top: 40px;
}.home #page {
position: relative;
}.home #header-image {
margin-top: 100px;
}.home #masthead {
position: absolute;
top: -85px;
}#page {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}body.custom-background {
background-color: #fff;
}.entry-content a {
text-decoration: none;
color: #0a54a0;
}.entry-content a:hover {
text-decoration: underline;
}
.widget a, .entry-content a {
text-decoration: none;
color: #0a54a0;
}.widget a:hover, .entry-content a:hover {
text-decoration: underline;
}
.single-jetpack-testimonial .entry-content a:nth-of-type(1) {
display: none !important;
}
/* Hide testimonial heading */
.post-type-archive-jetpack-testimonial .taxonomy-description {
display: none;
}
/* Add new testimonial heading */
.post-type-archive-jetpack-testimonial #page-header h1::after {
content: “Schüler und Ehemalige über uns”;
display: block;
color: #595959;
margin-top: 1.5rem;
font-size: 1.25rem;
font-weight: 300;
}
/* Remove light grey background on testimonial archive page */
.archive .jetpack-testimonial {
background-color: transparent;
border-color: transparent;
}
/* Remove grey background on homepage testimonials section */
.home #testimonials {
background-color: transparent;
}Any help plz?
Please close this one.
- The topic ‘customize link in header image’ is closed to new replies.