Hi!
I’m sorry if this is a silly question but I am new to WordPress.
I am using Elementor to edit the Sydney theme.
I am wondering–how do I change the size of links I have on my “blog/post” pages? If you go to https://popwhoresmeet.com/paris-hilton/, you will see that the size of the links: author, date, tags at the bottom, and comment replies are all much too large. Is there a way to make these smaller?
I have inserted this code into Additional CSS:
#link3 {
color:black;
Font-size:14px;
}
but don’t know how to assign the style link3 to the links on my post pages.
If I globally edit all the links in Elementor –> Theme Style –> Typography –> Links, it also changes the size of my site title (in the top left corner) and my article titles on the homepage, which I don’t want.
So how would I go about changing the sizes of these links?
Thanks in advance!
isotropic
It looks like you fixed the issue. If not, right click and select inspect, with the chrome browser.
An example:
Right clicking on a submit button and checking inspect would make this pop up. The id is submit, so in css going #submit {your code} would apply the css to that individual element.
I’m not super familiar with the theme, but you may be able to style these through a “theme panel” as the theme is what’s styling those links (unless you’re using and Elementor Pro template)
lizzysol
Thank you for the response!
Unfortunately, I haven’t been able to find a theme panel that styles those links.
I “solved” the problem by adding CSS to make my header stay large, then changing the global styling of all the links on my page.
However, if you go to my homepage (popwhoresmeet.com) you will see that the article titles are still too small–and I am unable to edit those with Add-Ons for Elementor, which is the plug-in I used.
I tried what you said and right-clicked on the title, but I am unable to find the id. I see data-id and div id but that’s it. Is there something I’m doing wrong?