Hello gerardmcmanus20,
Put below css code into your current chid theme’s style.css file located at http://gerardmcmanusphotography.co.uk/wp-content/themes/theme53878/ folder.
.logo .logo_tagline {
display: none !important;
}
Hope this helps you.
add this CSS in header.css
#motopress-main .logo_tagline
{
display: none !important;
}
no joy.
I have two ccs files:
style.ccs
main-style.ccs
style have nothing in it but this:
/*--
Theme Name: theme53878
Theme URI: http://info.template-help.com/help/
Description: A theme for WordPress 3.8.x
Author: Template_Help.com
Author URI: http://info.template-help.com/help/
Template: CherryFramework
Version: 3.1.5
--*/
/* ----------------------------------------
Please, You may put custom CSS here
---------------------------------------- */
The style-main.ccs has everything in it, but nothing refers to what you are suggesting. I have tried inserting both suggestions into both files, with no joy.
It is working with style.css file.
Example:
/*--
Theme Name: theme53878
Theme URI: http://info.template-help.com/help/
Description: A theme for WordPress 3.8.x
Author: Template_Help.com
Author URI: http://info.template-help.com/help/
Template: CherryFramework
Version: 3.1.5
--*/
/* ----------------------------------------
Please, You may put custom CSS here
---------------------------------------- */
.logo .logo_tagline {
display: none !important;
}
nope, still showing under the logo with that added.
Here is screenshot.

Something is not working at my end can’t figure it. I have entered your code on that ccs page through the wordpress console. However I am still seeing the tagline at my end on chrome, explorer and on my mobile.
Ok got it, cleared my browser catche and it worked. Feel a bit stupid now, but very pleased it is sorted, this issue was bugging me to no end.
Thank you so much for your help.