Tagged: x
-
AuthorPosts
-
April 9, 2016 at 2:17 pm #874422
for instance
.entry-featured{
padding-bottom: 0px;
border: medium none !important;}i just want that css to affect
page-id 19 only
which is:
http://dev.novelcreativeagency.com/wp-admin/post.php?vc_action=vc_inline&post_id=19&post_type=page
thanks so much
and could i apply that kind of css to styling:
h1 {
font-family: Arial, sans-serif;
font-size: 100%
font-color: rgb(70, 35, 97) !important;
}only the blog pages or posts pages only as well.
thanks so much
April 10, 2016 at 2:30 am #874911Hey there,
Cornerstone has a Custom CSS area where you could put page specific CSS. See https://community.theme.co/kb/cornerstone-interface-settings/ for more details.
Thanks.
April 10, 2016 at 1:11 pm #875398i am using visual composer and moreover i’m doing the css in the customizer, so is there a way to do it in there?
April 10, 2016 at 1:58 pm #875457i figured it out, this is basically what i was asking you to help with.
for site wide
.entry-featured{
padding-bottom: 50px;
border: 0;
border-bottom: none !important;
box-shadow: none !important;}just for the contact page only
.page-id-19 .entry-featured{
padding-bottom: 0px;thanks, hopefully this can help someone else.
April 10, 2016 at 2:46 pm #875492Hi There,
Yes it would help a lot and we could also share this thread in case someone will have a similar question.
Thank you so much.
-
AuthorPosts