nirwakingapp
Forum Replies Created
-
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] White SpaceHi
I encountered the same issues
What solved it in my case (narrowed the white space) was to install “super simple custom CSS”
It adds a CSS space to every page.
I then added.page-id-768 .page-wrap .content-wrapper { padding:0 }
change the ID to the ID of your page.
Hi, could you please share with me which plugin are you using to have the font sizes (I use a plugin but many of the font sizes I’m lacking)
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] menu background colorfair enough.
thank you
but for the protocol if someone else reads this.
the solution came down to a CSS in the ‘Aditional CSS’ area (using Sydney)‘
.site-header.fixed {
position: fixed;
background-color: rgba();
height: ;
padding: ;
}’thank you,
I have also tried it on Posts for the same no result.can you please let me know where does it work and if you know anything that can create this effect that is not ‘hard coding’ (typing ‘[Read More]’ and making it a link that is)
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] TablePress link colorthank you,
we can close this ticketp.s – rated
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] TablePress link colorbingo!
works like charmwhat’s the ‘th a’ part means?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] TablePress link colorthank you.
however, unfortunately, your CSS did not do any difference (resolved message was marked by error).I’m attaching some images of the problem i’m encountering so it may be clearer
not hovering
https://www.dropbox.com/s/2emxsnatyyvve1x/Screenshot%202017-05-03%2013.33.28.png?dl=0hovering
https://www.dropbox.com/s/cb7k5ed0cpinoma/Screenshot%202017-05-03%2013.33.30.png?dl=0I want to change the not hovering color from orange to white #ffffff
the CSS I already implemented is this (last line was the code you recommended)
/* Header and footer */ .tablepress thead th, .tablepress tfoot th { color: #ffffff !important; background-color: #f07423; } /* header only*/ .tablepress thead th { font-size: 24px; } /* body font size and color*/ .tablepress-id-1 tbody td { font-family: Open-Sans; font-size: 20px; color: #000000; } .tablepress td a { color: #ffffff; }
edit:
a bit of impovising, i managed to make it work if i changed it to.tablepress tfoot a { color: #ffffff; }
but I did want it to turn gray upon hovering and now it is gone as well
both hovered and unhovered
https://www.dropbox.com/s/azeavel5cyhabz5/Screenshot%202017-05-03%2013.44.33.png?dl=0- This reply was modified 7 years, 7 months ago by nirwakingapp.
- This reply was modified 7 years, 7 months ago by nirwakingapp.
- This reply was modified 7 years, 7 months ago by nirwakingapp.
- This reply was modified 7 years, 7 months ago by nirwakingapp.
- This reply was modified 7 years, 7 months ago by nirwakingapp.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] TablePress link colorposted by mistake
- This reply was modified 7 years, 7 months ago by nirwakingapp.