Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #900782

    Hi!
    How can i crate a tag cloud, where the tags have difeerent font sizes!
    And i want the cloud in a colour section not in the sidebar!
    Is there a possibility to show Instagram on the end of the starter Page, not in the side also in a colour section?
    Thanks
    Kathrin

    #901873

    Hey Kathrin,

    You can put widgets not only in the sidebar. And there are plugins for using Instagram anywhere on the page.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #912547
    This reply has been marked as private.
    #912624

    Hi,
    Do you mean in your tag cloud or in your post in general? Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #913217
    This reply has been marked as private.
    #913227

    Hi,
    For the text excerpt under the image, you have this custom css setting the size:

    .entry-content p {
    font-size: 14px;
    }

    But the text in the text block under the words “UNSER BLOG” the theme is using “font-size: 16px;”
    If you want all the text the same try changing to custom css to this:

    p {
    font-size: 14px!important; 
    }

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.