• Hi guys,

    I’m new to building websites and need help. I’m trying to add a new recipe and picture/video under my recipe page. I’d also like it added to the home page as a picture link on the right widget sidebar.
    Finally, I want to make the etiquette blog smaller font. Please let me know if this can be done. I’ve already attempted this by downloading the Custom CSS.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi there, please go to Appearance->Customize->Widgets->Blog and add a text widget with an anchor around an image that will link to your recipe page like this
    <a href="your-recipe-page"><img alt="My image" src="yourimage.jpg"/></a>

    Can you point the element you want to change the font?

    Thread Starter theladyandlad

    (@theladyandlad)

    Hi Fotis, thanks so much for responding! I got to the part where I can add the text widget, but I can’t seem to figure out where to go from there.
    https://theladyandlad.com/wp-admin/customize.php?return=%2Fwp-admin%2Fthemes.php
    Are you able to see this link?

    My front page blog content font is bigger than I’d like. The etiquette blog is a different font than the rest of the website content. I’d like it to be the same size and font as the rest of the pages.

    Appreciate you’re help with this!

    Hi there, The link you provided is an admin link and I cannot see it

    After adding your text widget paste this

    <a href="https://your-recipe-page.com"><img alt="My image" src="yourimage.jpg"/></a>

    replacing with your link and image.

    You will need to add some custom CSS to achieve this.
    Install and activate this plugin then go to “Add Custom CSS” on your dashboard and paste this

    header .site-logo p {
        font-size: 12px;
        font-family: "Lato", sans-serif;
    }

    in the box.

    Thread Starter theladyandlad

    (@theladyandlad)

    Amazing, the font size is perfect! thanks so much!!!

    Here is the link, https://theladyandlad.com/recipes/

    Under the picture w the peas and the opening paragraph, I’d like to have 3 rows of pictures (and they will continue down as I add more recipes) linking each one to a recipe, and when they hover over the picture it’ll say which recipe it is. Is this possible with the direction you gave me above.

    Sorry, last question…after I add the text widget, do I paste that link you sent in the content box and then right after add the link in the content box too?

    Thread Starter theladyandlad

    (@theladyandlad)

    sorry, one more, how do you add an image to the content box on the text widget?

    Hi there, you must add a link from your editor to each of your images in order to link them with existing articles.

    You must upload your image from Media->Add new. Then edit your uploaded media and get the file URL. Then paste it, replacing yourimage.jpg in the previous html code. Let me know if this helps!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Adding a blog under a specific page’ is closed to new replies.