Search Results for 'color'

Home Forums Search Search Results for 'color'

Viewing 15 results - 721 through 735 (of 3,298 total)
  • Author
    Search Results
  • #148116
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31231
    • Total: 31231
    Member since: August 16, 2013

    Hi,

    1) Social media on Topbar
    When I put my social media link on Topbar Left Text 1, it make the Topbar almost double size then if I put on Topbar Right Text 1

    And: We did not get any social media issues, please put social media in the left text 1, then we will solve it

    2) Menu / Submenu customization
    I find this code by doing a search on the forum here (I just adapt it to my color and for Menu and Sub-Menu):

    Ans: Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    #topmenu ul li a { text-transform:capitalize !important;}

    3) Is it possible to make, on computer view, the menu bar bigger ? I would like that the hover background red goes on the red Topbar and not having a small black (background picture) between

    Ans: Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .header.type1 {
        padding-top: 0 !important;
    }

    4) Page Title background color ?
    I’m using a background picture, and sometimes I have the page title in white that goes to a more light part of the color, so the title in white in that case is not so readable. Is it possible to have a specific background color (color I can choose) to avoid that effect ? Maybe it will be nice if there’s a possibility to have like an transparency effect to that background color ?

    Ans: Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .thn_post_wrap .page-title {
        background-color: rgba(0,0,0,0.6);
        padding: 10px 0;
    }

    5) Topbar larger ?
    Is it possible to have the color of the Topbar going more on the left/right of the screen on computer view ?

    Ans: Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .head-info-area {
        background-color: rgb(232, 0, 53) !important;
    }

    Regards,
    Dave

    #148074
    JOEL MULLERJOEL MULLER
    Participant
    Member since: March 19, 2020

    Hi, I’m using Secure-Pro theme and have those issues :

    1) Social media on Topbar
    When I put my social media link on Topbar Left Text 1, it make the Topbar almost double size then if I put on Topbar Right Text 1

    https://ibb.co/WKP6MLF
    https://ibb.co/ZhRGCyY

    2) Menu / Submenu customization
    I find this code by doing a search on the forum here (I just adapt it to my color and for Menu and Sub-Menu):

    #topmenu li a:hover, #topmenu li.menu_highlight_slim:hover {background-color:#E80035 !important;}
    #topmenu ul li ul li a:hover { color:#fff !important;}

    #topmenu ul.sub-menu li a:hover, #topmenu li.menu_highlight_slim:hover {color:#E80035 !important;}

    Since I put this code, the menu goes to uppercase, even if the option Turn Menu Text to Uppercase is unset. When I saw that, I removed the code but seems on computer the option Turn Menu Text to Uppercase doesn’t work anymore, when I click on publish it goes back to uppercase. On mobile is ok.

    Can you, please, provide me the CSS code to have my menu / sub-menu look like on both picture below ?

    https://ibb.co/wYCh5VK
    https://ibb.co/pnQ1qqJ

    Is it possible to thave that kind of view for mobile/tablet as well ?

    3) Is it possible to make, on computer view, the menu bar bigger ? I would like that the hover background red goes on the red Topbar and not having a small black (background picture) between

    Something like that :
    https://ibb.co/swRGSf9

    4) Page Title background color ?
    I’m using a background picture, and sometimes I have the page title in white that goes to a more light part of the color, so the title in white in that case is not so readable. Is it possible to have a specific background color (color I can choose) to avoid that effect ? Maybe it will be nice if there’s a possibility to have like an transparency effect to that background color ?

    5) Topbar larger ?
    Is it possible to have the color of the Topbar going more on the left/right of the screen on computer view ?
    Something like that :
    https://ibb.co/XJZmNwg
    the Topbar Left / Right Text can stay in place, just the red color.

    I look forward to hearing from you.

    Best regards.

    Joël

    #147957

    In reply to: Towing theme footer

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .col-6.copy-right-1 a {
        color: #fddd0d !important;
    }

    Regards,
    Dave

    #147950

    In reply to: Towing theme footer

    Reena HoiReena Hoi
    Participant
    • Topics: 14
    • Replies: 26
    • Total: 40
    Member since: May 17, 2017

    Thanks Dave!!

    Can u please help me with a code to fix the link color in the footer

    #147949

    In reply to: Towing theme footer

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    #footer .social-icons a:hover {
        background-color: #ffde16 !important;
    }

    Regards,
    Dave

    #147943
    Reena HoiReena Hoi
    Participant
    Member since: May 17, 2017

    Ik trying to change the footer social media color but its not working.. the html color is yellow but its stays orange..
    also the link in footer..

    privateumbrella.nl

    #147693

    In reply to: Clickable Phone Number

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .sintp a {
        color: #fff !important;
    }

    Regards,
    Dave

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .lay4 .hentry { background:#282828 !important;}
    .postitle a { color: #fff !important;}

    Regards,
    Chris

    #147673

    In reply to: Clickable Phone Number

    Marlon BaughMarlon Baugh
    Participant
    • Topics: 3
    • Replies: 8
    • Total: 11
    Member since: March 14, 2020

    Hi Dave,

    The code worked, however it changed the color of the phone number where its barely visible and there isn’t an option in the theme to change the color. Do you have a code I could use to change the color?

    Thanks in advance.

    #147669
    JOEL MULLERJOEL MULLER
    Participant
    Member since: March 19, 2020

    Hi,
    I’m using SKT Secure Pro Theme. http://www.fenix-gsm.be
    For the my homepage displays, I’m using “Your latest posts”

    I saw that it used a white color as background color and I would like to change it to darker (black or dark grey). But I don’t find where I can change that color. I’ve try in any color settings but no white for that part.
    Of course, I choose a darker color, I’ll have to be able to change title color as well.

    I would like to have the same color as when I click on Read more or when I click on the Title.

    I look forward to hearing from you.

    Best regards.

    Joel

    #147459
    JulieJulie
    Participant
    • Topics: 6
    • Replies: 5
    • Total: 11
    Member since: March 7, 2017

    I have one other tidbit of info to share. The type of hero (or slider), I need for my site is a called a split hero. Usually one side is a sold color and has content, and the other has an image. I need something that falls one section on top of another within the mobile version.

    Thanks,

    #146829
    Vanessa GómezVanessa Gómez
    Participant
    • Topics: 184
    • Replies: 482
    • Total: 666
    Member since: July 4, 2016

    Hi Dave,

    Perfect!!

    One last question:
    How can I change the color of the icon of the 3 bars, which is now white and I want it to be black?

    Thank you very much!

    Best regards,
    Vanessa

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .head-info-area {
    border-bottom: solid 1px #fff;
    border-top: solid 5px #fff;
    }
    .emltp, .phntp{ border: solid 1px #fff;}
    .searchbox-icon, .searchbox-submit { background-color:#f00 !important;}

    Regards,
    Chris

    #146259
    NigelNigel
    Participant
    Member since: March 17, 2016

    Hi, see screen captures for this dev site:
    https://cjgraybuilders.oasthousemedia.co.uk/

    1. cannot find the editing window to change the header border color for the email, tel no etc. please advise
    https://cjgraybuilders.oasthousemedia.co.uk/wp-content/uploads/2020/03/Capture1.jpg

    2. cannot find the editing window to change the search icon color from green
    https://cjgraybuilders.oasthousemedia.co.uk/wp-content/uploads/2020/03/Capture-2.jpg

    thanks

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    #footer .footercols3 h3 {position: relative; padding-bottom: 30px !important; margin-bottom: 30px !important; color: #ffffff !important;}
    #footer .footercols3 h3::after { width: 40px; border-bottom: 2px solid #ffffff; border-bottom-color: rgb(255, 0, 0); position: absolute; left: 0; bottom: 0; content: '';}

    Regards,
    Brad

Viewing 15 results - 721 through 735 (of 3,298 total)