Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter drlester

    (@drlester)

    I should have included a link: http://20-14.drlanelester.com/page-builder-test/

    Hi drlester,

    Thank you for your nice question, If you want to hide the text and the background in the carousel, you simply add the following code to Css Code in Css Custom Tab, i have attached the picture to show you.
    http://i.imgur.com/ihHjBIf.png

    .carousel-caption {
    	padding: 10px 25px 35px 25px;
    	text-shadow: none;
    	left: 10%;
    	right: 10%;
    	-webkit-border-radius: 3px;
    	 -moz-border-radius: 3px;
    	 border-radius: 3px;
    	display:none
     }

    If you want to retain the text and change the background color, you use the code below

    .carousel-caption {
         background:rgba(255, 0, 0, 0) !important;
    }

    Have you a good day
    Sincerely,
    Innogears Support Team

    Thread Starter drlester

    (@drlester)

    Thank you for that very valuable help. I look forward to using this important plugin for my own sites and those of my clients.

    The second bit of code was just what I wanted, but I’m glad to have the other as well.

    A related issue arose in that, although my settings for the caption font size and color (blue or purple) took effect, the Element Title is still the color white. Is that being controlled by the theme’s CSS, or is there a way to change it for just the carousel?

    Lane

    Hi drlester,

    Thank you for your quick reply. I am really happy to assist you. You have a great idea related to the Element Title, I will report this idea to our developers to create the option based on the element title color adjustment in the near future.

    If you want to change the color of element titles in Carousel tab, you simply add the following code to Css Custom Tab. I also have enclosed the picture to show you in detail
    http://i.imgur.com/DpGhzhW.png

    .jsn-bootstrap3 .carousel h4{
        color: #FF0000 !important;
        font-weight: bold;
    }

    If you want to choose your own color, you can visit the site below
    http://www.w3schools.com/tags/ref_colorpicker.asp

    Have you a good day!

    Best Regards,
    Innogears Support Team

    Thread Starter drlester

    (@drlester)

    Yes, that was just what I needed.

    I plan to share this elsewhere, but let me say here how impressed I am with this plugin. You are generous in the features you provide in the free version, and your price for the addons is very reasonable.

    I don’t make much money as a WordPress installer, so I can seldom afford the prices for multi-site installations of themes and plugins. I was delighted to purchase the $29 license for the addons.

    Lane

    Hi drlester,

    Thank you for your encouragement, we are trying our best to make IG PAGE BUILDER stand out other products and better.

    Once again, let me thank you for trusting ang using our product. If you need any further assistant, please feel free to contact us.

    have you a good time!

    Best regards,
    Innogear Support Team

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Carousel Text Background: How to Change?’ is closed to new replies.