Home Forums Pro Themes Clean Corporate Pro Black bar across the top when viewing pages

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #77732
    Linda Erlam
    Participant

    How can I remove the black bar background on the page title when I’m viewing that page?
    Thanks

    #77747
    wensolutions
    Keymaster

    Hello @lindajerlamgamil-com,

    To remove the custom header section on the pages please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS and paste the CSS.

    #custom-header {
        display: none;
    }

    Hope this helps.

    Regards!!

    #77749
    Linda Erlam
    Participant

    Thank you but I don’t want to remove the title AND the black bar, just the black bar.

    #77756
    wensolutions
    Keymaster

    Hello @lindajerlamgamil-com,

    We would like to apologize for the confusion.

    Can you please provide the screenshot marking the section that you want to remove so that we can provide a precise fix on this?

    Also please post URL so that we can provide the precise fix.

    Thank you.

    #77796
    Linda Erlam
    Participant

    OK, I see the problem. The page name is in white letters, so when the black bar is removed ( the fix you sent me, thank you) the letters no longer show.
    So now I need to know how to change the color of the letters on the page names when viewing the page.

    #77799
    Linda Erlam
    Participant

    And.. I placed a link on the page ‘musician’ which appears in the Front Page Widgets under Clean Corporate Services.
    The first 3 words in the page have a link attached, but the link does not show when the description is displayed under the Clean Corporate Services Widget on the front page. I need people to be able to click that link..
    And I can’t see how to supply a screen shot here..

    #77886
    wensolutions
    Keymaster

    Hello @lindajerlamgamil-com,

    To change the color of the page title please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    #custom-header .page-title {
        color: #4fc3dd;
    }

    You can change the color code as per your requirement.

    Also, regarding your query about the link, yes the front page section will not display the link. But when the particular post is visited then it will display the link and this how the theme is designed and as much as we would love to help you with this, we are unable to do so as it requires higher code customization.

    So our suggestion to you is hire a professional developer.

    To hire a developer please refer to below given link:

    http://themepalace.com/hire-a-customizer

    Thank you.

    Regards!!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.