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
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
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
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