Viewing 8 replies - 1 through 8 (of 8 total)
  • Hey trancedbrain,

    How are you doing today?

    This should be possible with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    .gdlr-item-title-head h3.gdlr-item-title {
        color: #b89f80;
    }

    Replace color hex value to display another color. You can use sites similar to this one to get hex value for the color of your choice: https://www.color-hex.com/

    Hope this helps ??

    Cheers,
    Bojan

    Thread Starter trancedbrain

    (@trancedbrain)

    Hello, Bojan… thanks for your help!.
    I just have a pair of months working with WP and your help is very useful to me!.
    It worked!.

    I need to change the buttons color also, and the reservation bar.. i cannot locate it on y WP… where can i find it to make changes?. Need to translate the words to spanish.

    Thanks everyone here in advance.

    Hey again,

    To change submit button color please try adding the following:

    .gdlr-skin-light-grey input[type="submit"] {
        border-color: #ad9479;
        color: #ffffff;
        background-color: #b89f80;
    }

    As for reservation section background color please add this:

    #content-section-2 .gdlr-color-wrapper.gdlr-show-all.gdlr-skin-light-grey {
        background-color: #f5f5f5 !important;
    }

    In both cases you’ll have to replace color hex value to display another color.

    As for changing the words you’ll have to use plugin translation files in case your theme has one. You’ll find more information on how to translate theme here.

    Hope this helps and if you have additional questions I’ll have to ask you to start a new thread.

    Best regards,
    Bojan

    Thread Starter trancedbrain

    (@trancedbrain)

    Wow!.
    Thanks, Bojan!.

    Thread Starter trancedbrain

    (@trancedbrain)

    Hello wordpressers!.
    I’m really thankful for your support here.
    May somebody kindly tell me if is it possible to apply transparency to the menu bar on the HOTEL MASTER theme?.
    This is my site:

    https://hotelkaribian.com/web/

    I also want to change the squares color below OUR NEWS (3 DEC, 13 NOV, etc.)

    Thanks in advance.

    Thread Starter trancedbrain

    (@trancedbrain)

    How can i change the color for the DISPONIBILIDAD bar?.
    And the terms. i need them in spanish.

    Hey trancedbrain,

    As I mentioned please open new thread for the sake of other members who are looking for the similar solutions.

    Also HOTEL MASTER seems to be a premium theme so you might want to consider contacting theme developers on that one as you probably have premium support as well ??

    Cheers,
    Bojan

    Thread Starter trancedbrain

    (@trancedbrain)

    Hello, Bojan.
    Thanks for your support.
    Yes, you are right, i took a deep look into the theme properties and i found some thing i could finally change.
    I will open a new thread in order to get some help for other other issues.
    Regards.
    ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to change the font color for Hotel master theme?’ is closed to new replies.