Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Blog page header colour change

Topic Resolution: Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #33954
      DanielJohnston
      Support Expired

      I’m trying to set the blog post page header bar colour, seems its different t0 page bar colours.

      I would like a solid colour – code I’m looking at but doesn’t seems to change colour for posts.

      .page-head:before {
      content: ”;
      position: absolute;
      background: rgba(0,0,0,.5);
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      }

       

    • #33956
      Harry
      Support Expired

      Hi,

      Please use below code

      .single-post .page-head:before {
      background: rgba(0,0,0,.5);
      }

      And change 0,0,0 as RGB color and 0.5 as opacity of color from 0.0 to 1.0

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #33959
      DanielJohnston
      Support Expired

      thank you for such quick support as ever…. 5 star

       

    • #33962
      Harry
      Support Expired

      You’re welcome.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 3 reply threads

You must be logged in to reply to this topic.