New Landing How can we help? Themeforest Theme Support Dante Custom CSS Single Portfolio page Title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #41623
    mk2k0
    Member
    Post count: 3

    Hey there,

    I already centered the Portfolio items Header title with

    .portfolio-item h5.portfolio-subtitle{
    text-align: center;
    font-style: italic;
    font-family: “Georgia”;
    font-weight: 300;
    }

    Now I want to set in the single portfolio item heading to font-weight: 300, too.

    What is the code for that?

    I tried:
    .page-heading col-sm-12 clearfix alt-bg alt-one h1.page-heading{
    font-weight: 300;
    }
    but that didn’t work.

    Thanks in advance!

    #41935
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Use this custom css:

    .page-heading .heading-text {
    width: 100%;
    }
    .page-heading .heading-text h1 {
    text-align: center;
    font-weight: 300;
    }

    Hope that helps!

    – Ed

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

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

License required for the following item
Login and Registration Log in · Register