Cells
-
Hi,
How can I erase the lines/boxes around each cell/picture?
http://www.nordicqaforum.com/speakers/I use the plugin TinyMCE Advanced.
-
If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin
Then use its “CSS Code” section of the dashboard to hold your CSS modifications:
Alternatively use your Child Theme style.css file to hold your CSS modifications:
table, table tbody td { border: 0; }Thank you Andrew. I am using the latest version of Fruitful code.
It has a Custom CSS function. I tried to write in the code you gave me but nothing happened.Clear your caching plugin’s cache and deactivate it – Don’t use caching plugins when developing your site.
Thanks again Andrew. For this site I am not using a caching plugin.
http://www.kompetensinstitutet.se/smartaintranat/The borders are still there afte I added the code.
That’s a bit unfair, I didn’t have that information before. I didn’t know you wanted it to work on that site too.
First look at that site’s custom CSS and spot the syntax error:
#page .container header.entry-header h1.entry-title, #page .container header.archive-header h1.archive-title { color:#5AC1E0 !important;Close off your style first.
Apologies for that Andrew. I was working on multiple sites the same time with the same error.
Now it works most of the time. I still have a border sometiems when I attach a logo, example:
http://www.kompetensinstitutet.se/offentligpress/
http://www.kompetensinstitutet.se/offentlig-webb/Okay now that’s a different context. Please do me a favour and list out all of the different contexts of the border issue.
Many thanks Adrew! Its just the these three:
http://www.kompetensinstitutet.se/offentligpress/
http://www.kompetensinstitutet.se/offentlig-webb/
http://www.kompetensinstitutet.se/smartaintranat/ (logo for the gold sponsor)Add this:
.site-content .entry-content p a img, .site-content .entry-content p img { box-shadow: none; }Thank you Andrew! It worked!
The only problem I have now is that there are some tiny borders still
visible, after some pictures. You can see them here:
http://www.kompetensinstitutet.se/smartaintranat/
http://www.kompetensinstitutet.se/offentlig-webb/Add
table tbody tr:last-child td:last-child { border: 0; }Thank you once again Andrew. Works! 🙂
What is the easiest way to add a small responsive function on the website where for instance the pictures of the speakers would be 3 pictures next to each other on a big screen and when you watch it on a mobile device you see only one picture on the same line. Now I added the pictures in different cells, which does not make it responsive.
http://www.kompetensinstitutet.se/smartaintranat/
The topic ‘Cells’ is closed to new replies.
