• Resolved TwoFlags

    (@twoflags)


    Trying to change the blog entry titles to H1 with a larger font. Edits to the stylesheet don’t seem to change anything. (I changed the post title from H2 to H1 and increased the font size, but nothing happened.)

    Also, I have created a social menu at the top of the page, but the social icons aren’t appearing, just text saying “Facebook” and “Twitter.”

    Thanks for your help.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Can you please post the link to your site?

    Thread Starter TwoFlags

    (@twoflags)

    for the titles of the blogs/posts, add this to the custom css area of your theme or your child theme.

    .entry-header .entry-title {
        font-size: 20px;
    }

    Adjust the font size from there.

    As for the social, you did that by inputting it into the menu. You can still display the icons, but you have to host the logo of the images yourself and then replace the text with the code linking to the images in the label section where you wrote Facebook.

    Here’s and example of what to put in the label to generate the icons.

    <img src="http://yourdomain.com/directory/youricon.jpg" alt="Facebook" width="150" height="148" class="aligncenter" />

    Adjust the width and height as needed and put the full url path to the image.

    Hope this helps.

    Thread Starter TwoFlags

    (@twoflags)

    That worked well, thanks. How to move the icons to the right side of the page, over by the search icon?

    Thanks again.

    Add this to your custome css and adjust it to the desired spacing, but be sure to check it on mobile as well.

    #top-navigation ul li {
        margin-right: -15px;
    }

    @twoflags If your problem is solved, please mark this ticket as resolved.
    Thanks

    Thread Starter TwoFlags

    (@twoflags)

    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Typography’ is closed to new replies.