• Resolved kgontaruk

    (@kgontaruk)


    Hello,
    I need help changing the slider’s font and also removing the drop shadow. Also, I would like to know how to make the whole slide a link, rather than having to use a small header.
    Thank you very much,
    Kateryna

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author eminozlem

    (@eminozlem)

    To override current styles, you can simply add

    .carousel-caption {
    text-shadow: none;
    font-family: "MyFontFamily";
    }

    to your rsc/override.css file after enabling it under Theme options > Dev tab > Override.css : ON

    As for removing the parts you dont need (image, header etc.) you’ll have to dig in to inc\modules\carousel.php and uncomment / delete the lines you dont need, such as <h3><?php echo get_the_title() ?></h3> etc.
    Tip: You can copy inc\modules\carousel.php to \child\default\inc\modules\carousel.php and make your changes there.

    I believe I will not be able to help with further specifics, marking as resolved. Let me know if you’ve further questions, good luck.

    Thread Starter kgontaruk

    (@kgontaruk)

    Hello,
    Thank you for the quick reply. I cannot find Theme Options in any of the settings, do you mean Customize? I did go to the Customize screen and looked for Dev Tab, but it’s not there. I’ve also searched the Theme Functions and could not find .carousel-caption in there. I am not a coder/developer although i know some html/css so if you could please give me instructions that are easy to understand, i would really appreciate it!
    Thank you so much,
    Kateryna

    P.S. The website i am trying to edit is http://www.bullseyestrategy.com.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slider Font and Drop Shadow’ is closed to new replies.