Support » Theme: AccessPress Lite » Feature Request: Change Slider Font

  • Resolved John_Grant

    (@john_grant)


    If possible, I’d like to request a new feature to change the font of the slider font in the next update. I have a picture with a white background and the white text can hardly be seen. Even if there was an update with a white/ black font option I would really appreciate it. If there is another way for my to change the color manually then please let me know.

Viewing 11 replies - 1 through 11 (of 11 total)
  • if you know css, you can always go to the stylesheet.css and add
    .caption-title {
    font-family: your font;
    color: your color;
    }

    caption-description {
    font-family: your font;
    color: your color;
    }

    Thread Starter John_Grant

    (@john_grant)

    Actual I am trying to learn it before my course this semester. Could you tell me where I would have to edit this?

    Thread Starter John_Grant

    (@john_grant)

    I’m trying to edit the style.css file instead because I can’t find stylesheet.css in my wordpress folder.. Is this right?

    go to theme dashboard, appearance -> editor and you should be looking at a bunch of code and text from the stylesheet.css file. then add in the code somewhere in the bottom where it doesn’t mess up other code

    Thread Starter John_Grant

    (@john_grant)

    Ok I found the code in jquery.bxslider.css file. Thanks!

    Thread Starter John_Grant

    (@john_grant)

    For some reason I don’t see that function under appearance..

    Appearance -> Editor
    Theme editor? Maybe you have to install that plugin

    Thread Starter John_Grant

    (@john_grant)

    What’s the plugin called? just Theme editor?

    search it up. it should be theme editor

    Thread Starter John_Grant

    (@john_grant)

    I don’t know. I just install a theme editor and I wasn’t able to access my admin path so I think I’ll just stick to editing the files through Dreamweaver haha! Thanks anyway!

    Theme Author Access Keys

    (@access-keys)

    Just make sure you makes changes using child theme or some custom css plugins else upon updating all your changes will remain no more.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Feature Request: Change Slider Font’ is closed to new replies.