Section Title Portfolio

  • Posted in : cvCard WP
  • Dartoumi
    Participant

    Hi!

    Is there any way to customize the section title on the portfolio page like the rest of the pages with shortcode?

    In all the other pages the title and icon are aligned left and the icon can be replaced with any other. On the portfolio page I can’t find a way to do this.

    The localization didn’t work btw for the contact form so I changed it in the theme functions php.

    Thanks!

    ahmetsali
    Keymaster

    Hi, you can use this custom css code to make portfolio title left aligned;

    #portfolio .section-title {
        text-align: left;
    }
    

    you can replace the icon in the portfolio title, with a custom css code. Here is the available icons, if you can tell me which one you want to use, i can give you the custom css code for this;

    http://themes.pixelwars.org/cvcard-wp/wp-content/themes/cvcard/css/fonts/fontello/demo.html

    http://fortawesome.github.io/Font-Awesome/icons/

    Dartoumi
    Participant

    Thanks! The icon I would like to use is: fa-briefcase

    ahmetsali
    Keymaster

    also, add this custom css code;

    #portfolio .section-title .icon-leaf:before {
        content: "\f0b1"; font-family: "FontAwesome";
    }
    
    Dartoumi
    Participant

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 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