Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #874422

    ldollard
    Participant

    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

    #874911

    Christian
    Moderator

    Hey 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.

    #875398

    ldollard
    Participant

    i am using visual composer and moreover i’m doing the css in the customizer, so is there a way to do it in there?

    #875457

    ldollard
    Participant

    i 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.

    #875492

    Nico
    Moderator

    Hi 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.