Home Forums Bizplan Pro Slider Question…

Viewing 11 reply threads
  • Author
    Posts
    • #928
      Anonymous
      Inactive

      Is there a way to change the color of the font in the slider? Some creative CSS?

      Also, can the space between the Slider title and anything I type in the box be a little tighter?

      Still loving this theme!

      Thanks!

    • #951
      keonthemes
      Keymaster

      Hello @draogn27 ,

      Please follow the steps below to Add additional CSS:

      1. From Dashboard Appearance / Customize / Additional CSS
      2. Paste following CSS code
      3. Click Publish

      Please copy and paste below code to change the color of the font in the slider.

      .block-slider .slide-item .post-title h2 > a {
          color: #000000;
      }

      Please copy and paste below code to reduce space between title and slider text content.

      .block-slider .slide-item .post-title h2 {
          margin-bottom: 20px;
      }

      Regards!!!

      • This reply was modified 6 years, 6 months ago by keonthemes.
    • #1040
      Anonymous
      Inactive

      Hello,

      To make this theme perfect, which code to change the color of the “mouse over” font in the slider?
      Now it’s blue but we really need to change this.

      Thanks

    • #1060
      keonthemes
      Keymaster

      Hello @draogn27 ,

      Please copy and paste below code on Additional CSS section to change the hover color of the slider title.

      .block-slider .slide-item .post-title h2 > a:hover,
      .block-slider .slide-item .post-title h2 > a:focus,
      .block-slider .slide-item .post-title h2 > a:active {
      	color: #00C0FF !important;
      }

      Then, replace the color code depend on your requirement.

      Thanks.

      • This reply was modified 6 years, 6 months ago by keonthemes.
    • #1123
      Anonymous
      Inactive

      Hi:
      A couple questions on this topic.
      1) Is there a way to change the color of the menu bar fonts and elements while in the slider?
      Currently I have white and I need a darker color

      2) I also need to change the color of the “swipe down” text and moving icon to match the color of the menu items. Any way to do this?

      Thank you!

    • #1129
      keonthemes
      Keymaster

      Hello @SPARK6 ,

      To change Menu Text and other element color change, Please follow the simple steps below:
      Go to Dashboard > Appearance > Customize > Additional CSS and Copy and Paste below CSS code;

      .main-navigation a,
      .site-header .header-bottom-right > span a span,
      .main-navigation .page_item_has_children:after,
      .main-navigation .menu-item-has-children:after {
      	color: #fff;
      }

      To change scroll down and mid line color change, Please follow the simple steps below:
      Go to Dashboard > Appearance > Customize > Additional CSS and Copy and Paste below CSS code;

      .mouse-holder #mouse,
      .mouse-holder #scroll {
          stroke: #fff;
      }

      Best Regards !!!

    • #3051
      Anonymous
      Inactive

      Hi,
      It appears that the “Previous Reading” and “Next Reading” links on the Slider detailed pages are in reversed order, which is confusing to visitors.

      Thanks.

    • #3098
      keonthemes
      Keymaster

      By the way, that is WordPress default pagination structure.

    • #3472
      Anonymous
      Inactive

      I disabled the button on the slider. Now I am getting when I hover over the slider header. Can you please fix it?

    • #3613
      keonthemes
      Keymaster

      Actually, we need your site URL to identify the real problem and fix. You can send your site URL at [email protected] for privacy, if you need.

      Thanks.

    • #4578
      Anonymous
      Inactive

      Can I add youtube 5 second video to one of sliders?
      (instead of a featured image)

      Thanks in advance!

    • #4627
      keonthemes
      Keymaster

      Hello,

      The slider is image base slider. So the video slider is not possible, at lease for now.

Viewing 11 reply threads
  • You must be logged in to reply to this topic.