aw1980
Forum Replies Created
-
Forum: Plugins
In reply to: [Mail Bank - #1 Mail SMTP Plugin for WordPress] No Long Receiving EmailsWill do thank you
Forum: Plugins
In reply to: [Mail Bank - #1 Mail SMTP Plugin for WordPress] No Long Receiving EmailsThanks this is a link to screen shot https://imgur.com/ldy4jnD
Forum: Plugins
In reply to: [Mail Bank - #1 Mail SMTP Plugin for WordPress] No Long Receiving EmailsNot showing anything it only shows from my desktop and not from my mobile or pc connected via wifi
Forum: Plugins
In reply to: [Mail Bank - #1 Mail SMTP Plugin for WordPress] No Long Receiving EmailsSending SMTP in mail bank settings
Forum: Plugins
In reply to: [Mail Bank - #1 Mail SMTP Plugin for WordPress] No Long Receiving EmailsIt is working ok on wired connections now but wont work on wifi via mobile and desktop 🙁
Forum: Fixing WordPress
In reply to: Social iconsSorted thanks 🙂 new scrape done the trick
Forum: Plugins
In reply to: Plugin could not be activated because it triggered a fatal error.Changed php version in cpanel problem solver..
Forum: Fixing WordPress
In reply to: Adding reviews to wordpress pageA bit complicated but thanks 🙂
Forum: Themes and Templates
In reply to: Menu tab colour changeThanks Andrew you have been a great help 🙂
Forum: Themes and Templates
In reply to: Menu tab colour changeThat worked Andrew thank you very much.
Could you also tell me how I know what number each tab is.Forum: Themes and Templates
In reply to: Menu tab colour change#access .menu-header li#menu-item-639 {
background-color: #52F3FF;
}I just want to change text color not background
Forum: Themes and Templates
In reply to: Menu tab colour changeI done what WPyogi said using jetpack
You should not be making changes to the theme files – they will be overwritten and erased when WP is updated. Move your existing CSS changes to a child theme or custom CSS.
The add this to the new CSS:
#access .menu-header li#menu-item-639 {
background-color: red;
}
If you just want the font color to change use “color” rather than “background-color” – and obviously, use whatever color you want.Forum: Themes and Templates
In reply to: Menu tab colour changeI can change the background but it wont let me change text color only
Forum: Themes and Templates
In reply to: Menu tab colour changeThank you Wpyogi
Forum: Themes and Templates
In reply to: Menu tab colour changeHi WPyogi I cant find the jetpack plugin to put the code in