Home Forums WoodMart support forum Размер шрифта в заголовке Записей/Font size in the title of the Records pages

Размер шрифта в заголовке Записей/Font size in the title of the Records pages

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #301005

    detroyt86
    Participant
    #301019

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .post-single-page .post-title {
        font-size: 40px;
    }

    Best Regards

    #301130

    detroyt86
    Participant

    Thanks for the quick response! But your advice was not accurate

    I did as you said, but set it to 60 pixels so that you can see the error better https://prnt.sc/167cuvl

    Instead of the header title, the font of the article title has increased https://prnt.sc/167cn58

    I need to increase the header title (green arrows in the screenshot)

    Спасибо за быстрый ответ! Но ваш совет не был точный

    Я сделал так как вы сказали, но поставил 60 пикселей, чтобы лучше была видна ошибка https://prnt.sc/167cuvl

    Вместо заголовка хедера увеличился шрифт у заголовка статьи https://prnt.sc/167cn58

    #301255

    Hello,

    I saw the screenshots you attached.

    Please replace the previous Custom CSS with the following then clear cache and check back.

    .single-post .title-size-default .title {
        font-size: 68px;
    }

    If it still doesn’t work then provide the admin panel login details of the website.

    Regards.
    Xtemos Studios.

    #302942

    detroyt86
    Participant

    Thank you. I am sending access to the admin panel

    Спасибо Высылаю доступ к админке

    #303009

    Hello,

    Your issue has been Resolved. Please clear cache and check back.

    Regards.
    Xtemos Studios.

    #303154

    detroyt86
    Participant

    The problem is not solved cache was cleared, and I checked in the browser out of incognito mode. https://prnt.sc/17apskq

    Nothing personal, but please transfer my task to another, more qualified support specialist. Thank you.

    Проблема не решена Кэш был очищен, а также я проверял в браузере из под режима инкогнито. https://prnt.sc/17apskq

    Ничего личного но просьба передать мою задачу другому, более квалифицированому специалисту специалисту поддержки. Спасибо

    #303237

    Hello,

    Your issue is already Resolved. It’s a cache issue on your site.

    Screenshot for Clarification: https://gyazo.com/680a091ffd01247850fa5bef18aadf41

    Please deactivate the cache plugin, clear the browser cache, and check back.

    Regards.
    Xtemos Studios.

    #303717

    detroyt86
    Participant

    Thank you! You are right the problem is solved. But only on this page of the site
    https://aquaworks.com.ua/sozdaniye-vodoemov/system-filtracii/filtr-dlya-pruda/

    I need it to be the same on all pages of the site https://share.vidyard.com/watch/uHqPaT6rddDnC5uU9aWKBh?
    Can you help with this?

    Please do it quickly, we spent too much time solving this problem.
    Thank you.

    Спасибо! Вы правы проблема решена. Но только на этой странице сайта
    https://aquaworks.com.ua/sozdaniye-vodoemov/system-filtracii/filtr-dlya-pruda/

    Мне нужно чтобы так же было на всех страницах сайта https://share.vidyard.com/watch/uHqPaT6rddDnC5uU9aWKBh?
    Вы можете в этом помочь?

    Сделайте пожалуйста это побыстрее мы слишком много времени потратили на решение этой задачи.
    Спасибо.

    #303718

    detroyt86
    Participant

    With the caching plugin turned off and the browser cache cleared, I found that the font in the header was enlarged on other pages of the site as well. But not on all 100% of the pages of the site.
    https://share.vidyard.com/watch/N8QoGcNGzPWqKHnvAyJjw7?
    I need the font to be enlarged on all pages of the site.

    #303721

    detroyt86
    Participant

    I noticed that on the mobile site header font is too large (
    https://prnt.sc/17pe3ee).

    Tell me where I myself can change the font size of the header for the desktop and mobile versions of the site?

    Please, let’s solve this problem as quickly as possible. The reputation of my business is suffering through incorrect display of the site.

    Я заметил что на мобильной версии сайта шрифт заголовка слишком большой (
    https://prnt.sc/17pe3ee ).
    Расскажите где я сам могу менять размер шрифта заголовка для десктопной и мобильной версии сайта?

    Давайте решим эту задачу как можно быстрее. Страдает репутация моего бизнеса через некорректное его отображение.

    #303820

    Hello,

    I watched the video you attached.

    You mentioned that you need to change the font size of the page title only for the post pages. That’s why I provided the specific Custom CSS.

    You can use the following Custom CSS that will work for all pages.

    .page-title .entry-title {
        font-size: 60px;
    }

    And you can set the font-size for mobile devices by using the same Custom CSS in the Custom CSS for Mobile area and adjust the size according to your needs.

    Best Regards

Viewing 12 posts - 1 through 12 (of 12 total)