Projects /Portfolio Title

Home Forums WordPress Themes – Premium Sleeky Pro Projects /Portfolio Title

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #17497
    Ellen
    Participant

    I’m confused as to why the Projects/Portfolio custom post type entry title is an

    class? I would like it to be

    , how can I change this?

    #23122
    Binaya D
    Participant

    Hi Ellen,

    If you use the

    title then you may loose the dot-line which is shown in the attached image, so do you want to really want to use the

    for the title? if yes, then you need to edit the some file, so if you really want it then please let us know, we will provide you the file name. We hope you understand.

    We look forward to your respond.

    Thanks
    http://prntscr.com/bljajq

    #23123
    Ellen
    Participant

    Hi Binaya,

    I’m not sure what you mean about the dot-line. Do you mean in the widget or on the actual post? I don’t see one on the post. The only line I see is in the Sleeky Recent Portfolio widget. Either way, I would be willing to forego the line. So, yes, please let me know where I can edit this.

    Thank you so much.

    Ellen

    #23125
    Binaya D
    Participant

    Hi Ellen,

    We have two option for you,
    1. You can just change the font size of project title with css which is given below;

    .jetpack-port .hover-title {
        font-size: 38px;
    }

    OR

    2. You can follow the following steps to change in the theme file;

    theme directory/sleeky-pro\sleeky_includes\widgets\sleeky_latest_portfolio.php:

    After going above steps you need to go to line no 93 where you will get

    you need to change it to

    . Then save it.

    NOTE: If you use the steps one then you will not loose the changes in theme update but if you use the steps 2 then you may loose the changes in theme update. We hope you understand.

    Thanks

    #23128
    Ellen
    Participant

    Oh thanks Binaya, but I wanted to change the title on the actual post and not on the widget.

    See the page/post title displays

    I would like to make it

    as other posts and pages on the site.
    Project-PortfolioPosttitle.png

    Attachments:
    You must be logged in to view attached files.
    #23130
    Binaya D
    Participant

    Hi Ellen,

    If you use the following css then it will be better to use the css then to edit the theme file, we hope you understand.

    .entry-content.clearfix h2 {
        font-size: 30px;
    }

    Thanks

    #17498
    Ellen
    Participant

    Hi Binaya,

    I finally had a chance to try this. I was looking to change what turned out to be the bookmark of the custom post type, in my example “Landscape”.

    But you got me going down the right path. This is the CSS that finally worked.

    h2, h2 > a {
    font-size: 34px !important;
    }

    As always, thank you so much for all the help!

    Ellen

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.