• Hola,

    How to change font size on the main picture.
    I mean the page description which says on my site: Pokkerit 2000 luvulla seikkailemassa” I want to add text or make that text smaller, as seen on many sites using this theme, as in demo pic also.
    My site laaninen.net/wiippu

    Thanks on advance.

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

    (@silli99)

    And I add this otherone also in here.

    Example page: https://loupefotografia.com/
    How do I get to put text on that frontpage pics bluebar what says DESTACADO in this example page.

    And same site as above, bluebar is empty and I cant find the place to put text in it, like those in category bars.

    Hi there!

    I mean the page description which says on my site: Pokkerit 2000 luvulla seikkailemassa” I want to add text or make that text smaller, as seen on many sites using this theme, as in demo pic also.

    The site’s description is hidden by default in Dyad. You could, however, make it visible with some custom CSS.

    To add custom CSS, firstly set up a child theme or activate a custom CSS plugin. If you have Jetpack active then you can enable its custom CSS module.

    Enter the following snippet in either the editor for your CSS plugin or the style.css file of your child theme:

    .site-branding .site-description {
        display: block;
    }

    The default text is pretty small by default but you could also make it smaller/bigger by adding font-size: 1.6rem; to your custom CSS snippet. Like so:

    .site-branding .site-description {
        display: block;
        font-size: 1.6rem;
    }

    Increase/decrease the value of 1.6rem to your liking. Increments/decrements of 0.1 are enough to have an effect e.g. 1.4rem, 1.5rem, etc.

    Example page: https://loupefotografia.com/
    How do I get to put text on that frontpage pics bluebar what says DESTACADO in this example page.

    The box will feature the tag that you’ve assigned to all posts in your slider. This is set via the “Featured Content” panel in your Customizer (the tool accessed via Appearance > Customize).

    You can change the tag to any of your liking, if you’d like to change that text.

    And same site as above, bluebar is empty and I cant find the place to put text in it, like those in category bars.

    The image at https://laaninen.net/wiippu/ has been uploaded as a featured image to that page. It’s design is a little different to the post slider, which hasn’t been set up on that page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing font smaller on headpage pic’ is closed to new replies.