In dire need of major help

Discussion in 'ColorWay WordPress Theme' started by lbs42807, Dec 19, 2012.

  1. lbs42807

    lbs42807 New Member

    Joined:
    Mar 1, 2012
    Messages:
    3
    Likes Received:
    0
    403 Permission Denied. You do not have permission for this request /wp-admin/themes.php

    This is my current problem. If I ever get this fixed, my biggest problem is creating a custom CSS where I can adjust the size of the text boxes in the sliders and change the font family/sizes for the entire page. I hate the font it came with. Can anyone help?
     
  2. elames3

    elames3 Member

    Joined:
    Jan 16, 2012
    Messages:
    89
    Likes Received:
    0
    If you don't know how to go in and change the permissions on your site, you need to call your hosting company and have them adjust your permission settings. You can easily create custom styles and change fonts. This is done under the theme options. If you don't have FIREBUG, download it and use it to preview and make changes on the fly. Then if you like, copy and paste the code into the custom css.

    For example:
    To increase the width of the slider text, put this code in custom css
    Appearance -> theme options -> styling options -> custom css
    .slide .slide-content.entry {
    width: 500px;
    }
     
  3. lbs42807

    lbs42807 New Member

    Joined:
    Mar 1, 2012
    Messages:
    3
    Likes Received:
    0
    In cPanel. What files do I need to change permissions on? I tried changing them and still get 403 error. I also can't do anything in the theme itself under the options. It's frozen on general. All of this started when upgrade to 3.5 Wordpress came out last week and plugins updated too. I have Firebug but don't know how to use it. None of this makes sense to me. I was advised to purchase a theme to edit on WP to create my webpage, I have never been taught any of this and I'm lost.
     
  4. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    This error comes when server denied to allow the requested access, So you need to call your hosting company, they can solve your problem.
     

Share This Page