New Landing How can we help? Cardinal Portfolio page heading background

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Cardinal
  • #91695
    rhodez
    Member
    Post count: 86

    Hi there.

    I’m updating my site from Dante to Cardinal. In Dante there was an option to select page title background while I can’t find such option in Cardinal. Can I somehow set a background image only to portfolio single items in Cardinal? (see screenshot for my original design)

    Adding custom css like this example

    .page-heading {
    background-image:url(‘myimage.gif’);
    }

    doesn’t work for me, because I need to change only the portfolio item headings and not affect anything else (eg. blog headings). Thanks a lot for any help in advance!

    Attachments:
    You must be logged in to view attached files.
    #91723
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Yes you can add this to your custom css:

    .page-heading {
      background: url(yourimage) repeat;
    }

    – Kyle

    #91854
    rhodez
    Member
    Post count: 86

    Thanks,

    yes this is what I tried. But as I explained it doesn’t do exactly what I need. I need to target only the _portfolio single pages_ with this CSS, not all the page headings. Is there a way to target only the portfolio page headings with this CSS? Thanks!

    #91858
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Oh sorry, yes you can use:

    .single-portfolio .page-heading {
      background: url(yourimage) repeat;
    }

    – Kyle

    #92923
    rhodez
    Member
    Post count: 86

    Thanks!

    thats working perfectly! ๐Ÿ™‚

    #93025
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok great! ๐Ÿ™‚

    – Kyle

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