badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Change link colour on posts, and edit snippets shown on home grid page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #46525
    sukriti.yadava
    Participant

    Hello!

    Thank you very much for your help with this. WP Portfolio is terrific, and really helpful for me as a writer. I has two questions:

    1. How do I change the colour of the links within my post?
    I don’t want to change the colour globally; just of the hyperlinks within each post. They’re currently black, and difficult to distinguish as links.

    2. How do I change the little snippet of text shown on a home-page image when you hover over it?
    When I hover over one of the grid images on the home page, the title of the post and an excerpt shows up. I don’t want this excerpt to show up, because it often leaves the sentence incomplete. I’d like to just see the title of the post when I hover.

    Thanks very much!

    #46540

    Hi Sukriti,

    First thank you for using our theme.
    You will have the both feature in the premium version of WP Portfolio theme which will be release very soon.
    For now to change the hyperlinks color go to Appearance -> Customize -> WP Portfolio Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    a,
    .main-navigation a,
    .entry-title, .entry-title a,
    .widget ul li a,
    .site-info .copyright a {
        color: #333;
    }

    Please edit above HEX color code #333 to your own HEX color code.

    And for to hide the excerpts add below CSS code too in custom CSS option.

    .post-main .post p {
        display: none;
    }

    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/wp-portfolio
    We really appreciate your rating.

    Thank you for using our theme.

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