Search Results for 'color'

Home Forums Search Search Results for 'color'

Viewing 15 results - 2,221 through 2,235 (of 3,303 total)
  • Author
    Search Results
  • #55846
    LauraLaura
    Participant
    Member since: July 21, 2016

    site: http://amplifiedcreative.com/blog/create-a-world-peace-rose-garden-in-your-community/
    theme: movers pro

    How do I add a background color behind the title of a page?

    https://snag.gy/2ZueWv.jpg

    #55802
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi David,

    Kindly go to Appearance>>Theme Options>>Basic Setting>>Custom CSS Box

    Add this code there:

    Add to custom css:
    .testimonials-wrap .section_title {
        color: white;
    }

    Problem #2
    On the main page Naturo plugin use a Section5/ourteam section. How can I reorder the members? It cannot be changed after creation, not even with changing publication date.

    Need login details to change codes.

    Regards,
    Brad

    #55789
    DmitriiDmitrii
    Member
    Member since: December 7, 2016

    Hello! How can i add <id=”order”> to readmore-button?

    [readmore-link align=”left” bgcolor=”#ffa800″ color=”#fff” button=”Button name” links=”#” target=”_self” id=”order”]

    This doesnt work.

    #55750
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi Derek,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    ::-webkit-input-placeholder {
    color:#000000;
    }

    :-moz-placeholder { /* Firefox 18- */
    color:#000000;
    }

    ::-moz-placeholder { /* Firefox 19+ */
    color:#000000;
    }

    :-ms-input-placeholder {
    color:#000000;
    }

    Regards,
    Dave

    #55731
    Sigurður HrafnSigurður Hrafn
    Member
    • Topics: 4
    • Replies: 9
    • Total: 13
    Member since: December 13, 2016

    I have solved this.
    The problem was that the theme menu wasn’t selected under Appearance -> Menu -> Menu Settings
    Once I selected Header Navigation in ‘Display Location’ then the sub menu background color came through.

    #55401
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi Jordan,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    @media screen and (max-width:979px) {
    .header .header-inner .nav ul li a, .header .header-inner .nav ul li ul li a { color:#282828 !important;}
    .header .header-inner .nav ul li ul li a { background:transparent !important;}
    }

    Regards,
    Brad

    #55252
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi Rene,

    Remove the previous code and add this code in custom css box:

    .fourbox .read-more{background-color:#a04321 !important;}

    Regards,
    Brad

    #55246
    RenéRené
    Member
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: November 3, 2016

    Hi Brad,
    Tnx for the help but it didn’t work somehow. Probably my mistake.

    I copy and pasted this link in the Custom CSS Box:
    #services-box .read-more{background:##a04321 !important;} I changed the color to #a04321 as you can see.

    You can check my site: www.soulkitchenlive.nl At “home” It’s the 4 boxes with the green buttons.

    Maybe what went wrong is:
    At Theme Option>Sections> Top Four Services Columns Below the Slider> I changed the “Read More Button Text for Pages” to Lees meer. Maybe your code doesn’t work because of that?

    I hope you can help me.

    #55058
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi Henry,

    Kindly remove the body background color code and add this code in custom css box:

    @media screen and (max-width: 768px) {
    .header{background:#000000 !important;}
    }

    Regards,
    Brad

    #55028
    CustomerCustomer
    Member
    • Topics: 36
    • Replies: 65
    • Total: 101
    Member since: March 13, 2016

    Hi Brad:

    The navigation background color is okay. The issue is for mobile header color above the navigation bar: Currently the mobile header black color is achieved by the following code:

    @media screen and (max-width: 768px) {
    body {background-color: #000000;}
    }

    The issue is – it also changed the content background color to black. Please visit page Practice on mobile to see this issue. The question is: how to change the header background color to black while keeping content background color as white?

    Thanks

    Henry

    #54957
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi,

    Header color on mobile is currently black. Do you want to change the navigation background color to black on mobile?

    Regards,
    Brad

    #54929
    CustomerCustomer
    Member
    • Topics: 36
    • Replies: 65
    • Total: 101
    Member since: March 13, 2016

    Hi Brad:

    Thanks, it works, appreciated. Meanwhile. A new issue:

    How to change mobile header background color to black while keeping the content background white?

    Thanks

    #54852
    IanIan
    Member
    Member since: November 23, 2016

    I’m using theme Complete Pro, and need to change the services section (frontpage –> home section 3). This is the original code (AND IT SHOWS the box (on the front end):
    [service pattern=”boxpattern-1″ bgcolor=”#ffffff” icon=”http://dev.australiamigrate.com/wp-content/themes/complete/images/ecommerce.png&#8221; title=”Ecommerce” button=”Buy Now” url=”#”]Lorem ipsum dolor amet consectetur adipiscing elit. Nunc mi dui placerat eu faucibus vel, efficitur quis magna. Pellentesque habitant morbi tristique senectus et netus et malesuada.[/service]

    IF I CHANGE IT TO THIS:
    [service pattern=”boxpattern-1″ bgcolor=”#ffffff” icon=”http://dev.australiamigrate.com/wp-content/themes/complete/images/wordpress.png&#8221; title=”Skilled” button=”Learn more” url=”http://dev.australiamigrate.com/businessskilled-migrant/”%5DAre you a skilled person wanting to live and work here?[/service]

    IT SHOWS THE CODE on the frontend. The box is gone.

    Can anyone assist or let me know how I can customize those boxes. Thank you.

    #54839
    RaphaelRaphael
    Member
    • Topics: 3
    • Replies: 9
    • Total: 12
    Member since: May 31, 2016

    I’ve changed the hover color as it remains the same as the normal navigation text-color.
    If I change the hover text-color it also changes all navigation points which have subsites…

    Do you know what I mean?

    #54780
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi Raphael,

    Currently there is no color on hover/active.

    Regards,
    Dave

Viewing 15 results - 2,221 through 2,235 (of 3,303 total)