Achieving this look with sliders

Hi,

Considering the challenges of built-in sliders and
the integration of the external sliders, how can I get this look?

Thanks

Hi Refresh,

You can use “Revolution Slider” by activating it from (X > Validation) then in the slider settings, you should be able to control the “Arrows” and “Bullets” position by changing the vertical and horizontal offset as in this screenshot:




So, building a slide like this one:



Will result in something like that:

I hope this helps,
Thanks.

Hi @Alaa,

Thanks for getting back to me.

My slider has text too. Does Revolution Slider facilitate the TypeKit
plugin?

This has been the major issue for me.

Unless I can bring this slider in a Global Block or Shortcode
or something. Trying to think about the integration while keeping
the text properties intact.

Hi there,

Revolution Slider has its own standard of adding fonts and it’s only limited to google font as far I remember. You can’t add Typekit font to its list, but you can apply styling by adding to the text layers and adding some custom CSS like:

.the-layer {
    font-family: 'TheTypekitFont';
}

As for customizing the slider plugin you installed, we cannot provide support for it’s customization at it goes beyond the scope of our support.

Can this be done using Global Blocks?

Here is a snippet from this thread:

Where @Rad said the flowing upon inserting the Shortcode:

So can this error be fixed and worth a try?

I have inserted the code:

But I don’t see the font family:

Hi Refresh ,

This CSS code won’t add the font to the list, actually, there is no option to add the font to the list currently, however here you are my recommendation:

I hope it helps,
Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.