I was wondering how can I make the egdes of the webpage (complete layout) cornered? I know I have to use border-radius, but I do not where to include it? Can somebody show me the code as well as the location where to include the code to make these edges rounded? Below is the screenshot of what I think:
https://prnt.sc/qtxkyw
Thank you guys!
P.S.
How can I remove the copyrights from the footer and just have the “CONTACT US” info in the footer?
]]>After setting up my tablepress with CSS, I’m having trouble only with getting the rounded edges to work.
I had a good look through your site and you had advised this:
https://www.ads-software.com/support/topic/can-tablepress-do-this/
.tablepress thead th:first-child {
border-top-left-radius: 10px;
}
.tablepress thead th:last-child {
border-top-right-radius: 10px;
}
.tablepress tbody tr:last-child td:first-child {
border-bottom-left-radius: 10px;
}
.tablepress tbody tr:last-child td:last-child {
border-bottom-right-radius: 10px;
}
Unfortunately, it’s not working at all. Any ideas what is causing it not to?
I have inputted this in my wordpress custom CSS / and also tried it in the plugin Custom CSS.
—- If it maybe the border? I had set one already being:
.tablepress-id-10 tbody td {
vertical-align: middle;
font-family: Tahoma;
border: 1px black;
}
I am working on the pitch theme for a website and i was wondering if anyone knew how to round the corners of the slider?
I know you can do it through the js, but i don’t have access to that.
Thanks a lot
]]>So I just got my site up and running, and lately I am messing around with the theme and learning how to write some code. This is my first website- I have successfully modified the F8-lite theme through various experiments with the css and php.- Simple stuff.- (you can compare my site now, with the original F8-Lite theme’s demo page, which is at graphpaperpress themes)
I am now trying to tweak the menus apperance. – I like the placement of the menus, and that they are functioning as drop downs.- However I would like a cleaner look to them. The background, highlight effect, and shape are unsightly and I would rather have a rounded style like in the workaholic theme.-
Here is a friend of mine’s site. -He used the theme, and I think a friend of his built the site.- He’s pretty busy so I don’t wanna bug him about it.- the site is https://mpedro.com
I like the way the round edges encapsulate his drop menus.- I would like mine at https://beforecompletion.com to have the same look.-
I have looked at the code, but I am a noob and I don’t understand, even with firebug, what I should do to emulate this look.
Anyone have the solution at their fingertips due to their code genius. Thanks for the time!
]]>I want to use my blogroll in the sidebar, and it’s working correctly except for the title of that particular block. The other blocks are working fine.
The theme is supposed to have rounded edges, but the blogroll title is not showing with rounded edges. It is not a static title like the other block titles. It’s being called from somewhere, but I can’t figure out where!
I tried to change it to a static title, and that worked EXCEPT the old title is still showing up underneath.
Any idea where this is being called from? I want to fix it to rounded edges or just remove it entirely in favor of the working static title.
Any help would be wonderful. Thanks.
]]>