Okay
  Public Ticket #1037854
Portfolio Page heading
Closed

Comments

  •  2
    Cliff started the conversation

    My Client wants to change the title of the project page so that it centers and doesn't come with that shadow. How do I do that?

  •  3,030
    Andrew replied

    Hi Cliff,

    I hope you are having an awesome day and thanks for contacting us regarding your query.

    You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard 

    /*center portfolio heading and remove shadow*/

    .col.span_6.section-title.no-date h1 {
        text-align: center!Important;
        text-shadow: none!Important;
    }

    Please let me know if there are any more questions that I may answer for you :)

    Cheers! 

  •  2
    Cliff replied

    Hi Andrew,

    I posted the css class in both the custom css and in the child theme css file, but both of them don't work. Can you look into it? THanks.

  •  3,030
    Andrew replied

    Hi Cliff,

    Could you add the following at the end of http://brandlivegroup.com/wp-content/themes/brandlive/style.css

    .single-portfolio .row .col.section-title h1 {
        text-align: center !important;
        text-shadow:none !important;
    }
    

    It works when we add it there and if it does not then respond with temporary admin access and we will make sure the CSS is working.

    Thanks.

  •   Cliff replied privately
  •  3,030
    Andrew replied

    Hi Cliff,

    Thanks for keeping in touch with us.

    Everything seems Okay from my end here:

    http://brandlivegroup.com/portfolio/canada-day-at-canada-place/

    If it's not looking the same from your end, I'm going to ask that you attempt to clear your browser cache and see if that reveals the latest version of the site instead of a cached copy.

    I hope that works 

    Cheers!