shapely site title size, font, colour, weight css

Hello, am using the shapely theme and I’d like the site title to be black, possibly another font and size. can anyone please help me with the css I need to do this?

thank you

Hello there,

I hope you are doing well today.

You can use the following CSS code to edit the title by going to Appearance > Customize > Additional CSS and pasting it there.

/*Title edit*/ .site-title { font-size: 30px; color: #000; font-weight: bold; font-family: 'Raleway'; }

Best Regards,
Support

Thanks for this. That makes total sese for what I asked to do, howver, I’ve now realised, I was meaning the site title in the first parralax section for front page

Hello there,

This should be the one to change that:

/*Hero image title edit*/ .image-bg h1 { color: #000; font-size: 50px; font-family: monospace; font-weight: bold; }

Best Regards,
Support

Hi,
i’ve a problem.
I have this CSS code in my site but the font stile don’t change…
/Mobile menu media query/
@media (min-width: 500px)
.mobile-menu .nav-bar, .nav-bar .module-group, .mobile-menu .nav-bar .module, .mobile-menu .nav-bar .module:not( .site-title-container )
height: auto;
font-family: ‘Open Sans’, sans-serif;

I want change the colour of the title and text. Why The title of the page are all different ?

Thanks a lot

Laura

Hello there,

Could you please provide a link to your website and indicate the title that you want to have changed so that I can inspect it?

Best Regards,
Support

I want change the font in SOURCE SANS PRO y make the title o the page in bold
EXAMPLE

L’Associazione in bold and in orange

in this page the title are so different from the other

all the title in bold and orange.

How can order the project in the page Progetti e attivita’? because in the home page his appear in the right order but when I open the page directly from the menu, the order disappear…

Hello there,

Please try adding this CSS code:


.post-content .entry-content .post-title a {
    font-family: source sans pro;
    color: orange;
}

h1 {
    color: orange;
    font-weight: bold;
}

As for the page “Progetti & Attività”, I checked it and it seems to load correctly.

Best Regards,
Support

I’m sorry, the title are orange but different.
the text of the article are in grey and isn’t readable. It’s possible make all the text in paraph in black?
why does the parallax effect sometimes seem only a flicker of the page?

Thanks a lot

laura

Hello @lauressa

  1. orange but different - you can change this in the provided css above :wink:
  2. paragraph color can be changed from appearance > customize > colors
  3. parallax - sorry but cant replicate this problem, parallax works normally on my screen, can you check it once again?

Hi Noda,
I cannot change the paragraph colour from the customize>color . I can change only the color of the button or hover color link, color of header. Nothing all.

HI

Please try this code in the same place:

p {
color:#000000;
}

HI NODA.
I TRY THIS OPTINOS AND IT’S OK BUT DON’T APPEAR IN ALL THE PARAGRAPH. I INSTALLED A PLUG IN TO MANAGE THE TEXT.

I’VE ANOTHER QUESTION.
IN INSERT MY PORTFOLIO POST WHITH A ORDEN BUT THIS APPEAR ONLY IN THE HOME PAGE AND NONT IN THE PAGE OF “PROGETTI & ATTIVITA’”

THANKS
LAURA

Hello there,

I am not clear on your question, do you want to re order the portfolios?

Best Regards,
Support

YES, THE SAME ORDER THAT APPEAR IN THE HOME PAGE.

Hi there

Looks like checking several things in the backend is necessary, please send me your access credentials along with your website URL and I will investigate this case. Don’t forget to mark your reply as private!
Thanks!
Colorlib Support Team

wp_8533158
psw Abaperte2018

HI

Just fixed it, now this is your portfolio shortcode:

[portfolio orderby=date order=DESC]

Full list of portfolio shortcodes can be found here:

let me know if your questsion was answered