-
Anve S. replied to the question Remove Space for Page Title in the forum OneSocial theme 8 years, 10 months ago
-
Anve S. replied to the question Remove Space for Page Title in the forum OneSocial theme 8 years, 10 months ago
Hi @angelxie,
You can use the following css code , place in child theme custom css .
.page-id-60 .site {
padding-top: 0;
}
Note : You can inspect the class on ‘body’ element . And can replace ‘page-id-60’ with the corresponding class on body.
Hope it helps.Regards
Anve -
Anve S. replied to the question Change font color in a text block in the forum OneSocial theme 8 years, 10 months ago
Hi @angelxie,
Great 🙂 , i’ll close this topic now , you can create a new topic for any other questions.
Regrads
Anve -
Anve S. replied to the question Remove Space for Page Title in the forum OneSocial theme 8 years, 10 months ago
Hi @angelxie,
Please try adding following css in child theme’s custom css option.
.home-page #page {
padding-top: 0!important;
}
Regards
Anve -
Anve S. replied to the question Remove Space for Page Title in the forum OneSocial theme 8 years, 10 months ago
Hi @angelxie,
Please firstly remove the page titles , i can still see it on http://www.rocksavvy.com/groups/ and let me know when you are done.
Try using following css after removing page titles , apply it in child theme’s custom css
header.entry-header {
margin-bottom: 0!important;
}
Regards
Anve -
Anve S. replied to the question Remove Space for Page Title in the forum OneSocial theme 8 years, 10 months ago
Hi @angelxie,
Please firstly remove the page titles , i can still see it on http://www.rocksavvy.com/groups/ and let me know when you are done.
Regards
Anve -
Anve S. replied to the question Change font color in a text block in the forum OneSocial theme 8 years, 10 months ago
Hi @angelxie,
Please try adding following css in child theme custom css option.
.page-id-60 .vc_custom_1460408130948 .wpb_content_element .wpb_wrapper p {
color: #fff;
}
.page-id-60 .vc_custom_1460408130948 .wpb_content_element .wpb_wrapper a {
color: #000;
}
Regards
Anve -
Anve S. replied to the question Change font color in a text block in the forum OneSocial theme 8 years, 10 months ago
Hi @angelxie,
Please provide the url of the page , and specify which text block you need to change the color of . I’ll provide you the corresponding css for it. .
Regards
Anve -
Anve S. replied to the question Remove Space for Page Title in the forum OneSocial theme 8 years, 10 months ago
Hi @angelxie,
Could you please share your site url . I’ll provide you the corresponding css code.
Regards
Anve -
Anve S. replied to the question Change font color in a text block in the forum OneSocial theme 8 years, 10 months ago
Hi @angelxie,
You can use the following code , apply in child theme’s custom css.
.class-name {
color : #fff;
}Regards
Anve