New Landing How can we help? Themeforest Theme Support Joyn Remove page title from specific pages & set default color on page title

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Joyn
  • #238696
    Acurio
    Member
    Post count: 30

    Hi,

    1. I would like to remove the page title from the following pages:

    – About
    – Contact
    – FAQ

    If I go in an uncheck the “page title” checkmark it will also remove the hero image, which I want to remain in place, so this option does not work.

    Previously I got a css that removed all of the page titles from the entire page (because I wanted that at the time) but now I only want the above to be removed and for example let the page titles on the image details remain.

    2. How do I set a specific default color for all of my page titles on the site? Without editing every single one?

    Br Christian

    #238781
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .page-id-13068 .entry-title,.page-id-13073 .entry-title,.page-id-13071 .entry-title{
    display:none !important;
    }
    
    .entry-title{
    color:#ff0000 !important;
    }

    Thanks
    Mohammad

    #239103
    Acurio
    Member
    Post count: 30

    Thanks Mohammad that worked great.

    I have one more question, how do I add the css to change the font size in to 12 px in:

    .entry-title{
    color:#ff0000 !important;
    }

    #239104
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use the code like this :-

    Find this code:-

    .entry-title{
    color:#ff0000 !important;
    }

    Change with:-

    .entry-title{
    color:#ff0000 !important;
    font-size:12px !important;
    }

    Thanks
    Mohammad

    #239110
    Acurio
    Member
    Post count: 30

    Beautiful, thanks again!

    #239113
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome and glad to help you.
    Thanks
    Mohammad

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register