Changes in theme

  • Hi, for a few months now I used this theme, and today they appeared some changes that I didn’t make.

    1. I have used code to make squares equal on the first page, and today this disappeared.
    I used this code:

    @media
    (min-width: 992px) {
    .site-content .hentry-grid .hentry {
    width: 33.333333%;
    height: 400px;
    }

    .site-content .hentry-grid .hentry .entry-title {
    font-size: 1.125rem;
    }
    }

    2. At the left-up corner, appears my name, although I have my name with my logo from before.
    3. All links appears to be in gold color instead of black.

    The blog I need help with is: (visible only to logged in users)

  • Hi,

    I apologize for the inconvenience. A new version of the theme has been released with a lot of fixes regarding the block editor, performance and accessibility. Now, your site is faster and more user-friendly compared to the previous version.

    “I have used code to make squares equal on the first page, and today this disappeared.”
    – Also, we’ve added an option to change a grid layout in archive view, so there is no need to use a custom CSS.

    To change the layout, please go to the Customizer: Theme Options > Grid Layout (https://snipboard.io/f2nyXE.jpg)

    “At the left-up corner, appears my name, although I have my name with my logo from before.”
    – One of those update fixes was related to the site logo. Initially, the theme used the WordPress.com functionality to display a logo.

    Recently, WordPress.com (Jetpack) has added a backward compatibility for a native logo functionality but it caused some spacing issues (https://github.com/Automattic/jetpack/issues/15540).

    So, we’ve remove a WordPress.com logo functionality and added a native WordPress support for the Logo in order to fix the issue and any future issues regarding the logo.

    To hide the Site Title and display only a logo, please uncheck Display Site Title and Tagline in the Customizer: Site Identity (https://snipboard.io/BpyRr0.jpg)

    “All links appears to be in gold color instead of black.”
    – Initially, the links had the same color as the text. To improve accessibility of the theme, a new version of the theme came with a different color for the links.

    You can change a link color in the content area using this custom CSS:

    
    .single .hentry a,
    .page .hentry a,
    .comments-area a {
      color: #000000;
    }
    
    .single .hentry a:hover,
    .page .hentry a:hover,
    .comments-area a:hover {
      color: #9c9fa0;
    }
    

    Here is a quick guide on how to add a custom CSS at WordPress.com: https://wordpress.com/support/custom-design/editing-css/

    Please let me know if you have any additional questions.

    Kind regards,
    Taras

  • Thank you for the quick reply and for the solutions.
    The issues are fixed :)

  • Hi, I spotted one little thing, that needs to be changed :)
    Is at the end of the blog post, in the comment section “This site uses Akismet to reduce spam. Learn how your comment data is processed.”
    Here the link appears golden and also comments are in those colors. Can that be also changed back to black?
    Thank you.

  • Hi,

    Thank you for letting me know about it. I’ve just updated the CSS in my initial post in this topic.

    Please let me know if you have any additional questions.

    Kind regards,
    Taras

  • You are very welcome :)

  • The topic ‘Changes in theme’ is closed to new replies.