Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #987367
    theoutdoorarmory
    Participant

    Hi,

    Issue is: https://theoutdoorarmory.com/wp-login.php

    I’d like to do the following:

    (1) Make the “font-family” of the entire page “Roboto Condensed”,sans-serif

    (2) Remove the “text-shadow” of the “Log In” button (see screen cap)

    Please help.

    Thanks

    #987411
    Christopher
    Moderator

    Hi there,

    You can add your own CSS styles but you will have to edit the CSS file in the “wp-admin/css/wp-admin.css” :

    label {
        font-family: "Roboto Condensed",sans-serif;
    }
    input#wp-submit {
        text-shadow: none;
    }
    

    Hope it helps.

    #987640
    theoutdoorarmory
    Participant

    you mean:

    (1) use FTP (FileZilla) and

    (2) then look for wp-admin/css/wp-admin.css and

    (3) then open the file

    (4) paste that code in the end

    ?

    or

    (4) look for that code and then rewrite it

    ?

    Please advise thanks.

    #987916
    Rupok
    Member

    Hi there,

    Thanks for updating. You can just add this at the end of the file and that will rewrite the original style. It’s better not to rewrite the original CSS rather overwrite with custom CSS.

    Hope this makes sense.

    Cheers!

    #990755
    theoutdoorarmory
    Participant

    Hi,

    Please help.

    I’ve located the wp-admin/css/wp-admin.css through FileZilla as seen on the first screen cap.

    I downloaded it but kind of weird when I open it on my computer, as seen on the second screen cap.

    Do I need to rename the file or something to make it a .txt file?

    Please help.

    #990899
    Christopher
    Moderator

    Hi there,

    The file is correct, you don’t need to rename the file.
    Just add your CSS at the end of the file.

    Hope it helps.

    #992174
    theoutdoorarmory
    Participant

    Hi,

    I can’t write something on the file. See screen cap.

    When I click on it Safari (I use a Mac) opens.

    What gives? Please help.

    Thanks.

    #992206
    Christopher
    Moderator

    Hi there,

    Please download the file, open it in a text editor like ‘Sublime Text’, add css and upload the file again in the same path.

    If you need further assist, provide us with FTP credentials.
    Hope it helps.

    #992244
    theoutdoorarmory
    Participant
    This reply has been marked as private.
    #992338
    Rupok
    Member

    Hi there,

    Thanks for updating. It’s pretty straightforward. Just add the CSS to your opened CSS and re-upload this (Filezilla will prompt to re-upload).

    I tried to do it for you but I can’t upload the file due to permission issue. You need to enable write permission for wp-admin folder from your hosting panel. Don’t forget to revert the permission after uploading the file.

    Note : This can’t be controlled by theme but we are just helping you as you want this.

    Hope this makes sense.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-987367 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>