Okay
  Public Ticket #1733257
Custom CSS
Closed

Comments

  • LarissaJKelly started the conversation

    Hi there, building my site I'm coming across small items that I would love to customise beyond the options offered. If I wanted to customise with CSS where would I do this? Many thanks

  • LarissaJKelly replied

    I've located the CSS sheet in Editor and found the line I want alter (I just want to change a colour), when I hit update file it comes up with this error:

    Something went wrong. Your change may not have been saved. Please try again. There is also a chance that you may need to manually fix and upload the file over FTP.

    Is this what I need to do? Or is there somewhere else I can override it? 

  •  8,998
    Tahir replied

    Hey 

    Your PHP Settings are likely not correct. Also ensure you are running PHP version 7.1 and not 7.2 as its incompatible .

    You can verify your PHP configuration limits by installing a simple plugin called WordPress phpinfo http://wordpress.org/extend/plugins/wordpress-php-info/

    Recommended PHP configuration limits are as follows:

    • max_execution_time 60
    • memory_limit 256M
    • post_max_size 48M
    • upload_max_filesize 48M

    Please have your hosting provider fix this for you so it can be installed correctly. 

    Thanks 


    ThemeNectar Support Team 

  • LarissaJKelly replied

    Ok thank you