• Resolved mystoury

    (@mystoury)


    Hello Divjot,

    Thanks for resolving my last query. Having fun customizing your beautiful theme ??

    I need some more help. Pardon the long list ??
    1) How can I add a browser tab icon?

    2) In the posts/about page, I see the page title is cut-off and not centered in desktop view. In mobile view, the page title and description are not cut off but they are not centered. Also, the social icons move over to the next line instead of getting displayed in a single line. How can I correct these?

    3) How can I change the color and size of the social icons?

    4) How can I change the color of the post link (the one that is displayed when mouse is hovered over a post)?

    5) Is it possible to have both logo and page title/description?

    Looking forward for your reply.

    Many thanks,
    Abhishek

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mystoury

    (@mystoury)

    Forgot to add the link to the site. It is mystoury.com.

    Hello Abhishek,
    1. I think you are referring to the favicon.
    Well, it is a native feature in the Pro version. But for Klean, I would recommend using a plugin such as All In One Favicon.

    2. Regarding the title in post/about page, you need to reduce the font size of the title.
    Add the following code to custom css-

    @media screen and (min-width: 1000px)
    .site-title {
    font-size: 50px;
    }

    The title seems to be centered in the mobile version to me.

    3. For social icons, add the following code to custom css-

    #social-icons span {
    font-size: 24px;
    }

    Change the size as per your requirements.

    4. Regarding the hover title color, add the following code to custom css-

    .featured-wrapper .entry-header .entry-title a {
    color: black !important;
    }

    Here also, change the color as per your requirements.

    5. Currently, it is not possible to have both logo and title at the same time.
    Perhaps, something for the update.

    Also, If you are liking the theme, kindly take some time to leave a review here.
    It would be appreciated ??

    Divjot

    Thread Starter mystoury

    (@mystoury)

    Awesome, all fixed.
    Many thanks Divjot. And yes, I have left a review too ??

    Regards,
    Abhishek

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Request help to make few changes’ is closed to new replies.