- Posts: 46
- Thank you received: 0
Color of article title in blog selection
-
info9838
Active member - Topic Author
- Member
Less
More
2 years 1 month ago #49504
by info9838
Color of article title in blog selection was created by info9838
Hi,
I uses CV template on essaidesite.xyz.
I would like to change color of two titles article but they are selected in a blog for pinned items on home page.
It's "Mon Parcour" et "Mes inspirations". The color is white and I would like black.
Is that possible to change these two color title without change the other pinned items.
And with the same idea, I would like also to change the color of "the clients"
Thanks,
Michael
I uses CV template on essaidesite.xyz.
I would like to change color of two titles article but they are selected in a blog for pinned items on home page.
It's "Mon Parcour" et "Mes inspirations". The color is white and I would like black.
Is that possible to change these two color title without change the other pinned items.
And with the same idea, I would like also to change the color of "the clients"
Thanks,
Michael
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6686
- Thank you received: 709
2 years 4 weeks ago #49506
by milos
Replied by milos on topic Color of article title in blog selection
Hello,
The color of "Mon Parcour" and "Mes inspirations" is already black on your website. Let me know if you want to change it to white.
Also, I can't find any text for "the clients" on your website. Let me know where it is.
Regards,
Milos
The color of "Mon Parcour" and "Mes inspirations" is already black on your website. Let me know if you want to change it to white.
Also, I can't find any text for "the clients" on your website. Let me know where it is.
Regards,
Milos
Please Log in to join the conversation.
-
info9838
Active member - Topic Author
- Member
Less
More
- Posts: 46
- Thank you received: 0
2 years 4 weeks ago #49507
by info9838
Replied by info9838 on topic Color of article title in blog selection
I'm talking about the titles, so you can see on pictures in attachement. The titles are in white and I would like to have in black...
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6686
- Thank you received: 709
2 years 4 weeks ago #49510
by milos
Replied by milos on topic Color of article title in blog selection
Hello,
You should edit this file: /media/templates/site/cv/css/custom.css
Find this part and edit the color:
Also, find this part and edit the color:
You should edit the images h2_bg_white.png and h2_bg_white2.png in graphic editing software (Photoshop or similar) to make them black.
The logos from your third image are also images, so you should edit them in graphic editing software to change their color.
Regards,
Milos
You should edit this file: /media/templates/site/cv/css/custom.css
Find this part and edit the color:
Code:
.blog-featured .blog-items .blog-item:nth-child(2) h2 {
color: #fff;
background: url(../images/custom/h2_bg_white.png) bottom no-repeat;
}
Also, find this part and edit the color:
Code:
.blog-featured .blog-items .blog-item:nth-child(6) h2 {
color: #fff;
background: url(../images/custom/h2_bg_white2.png) bottom no-repeat;
}
You should edit the images h2_bg_white.png and h2_bg_white2.png in graphic editing software (Photoshop or similar) to make them black.
The logos from your third image are also images, so you should edit them in graphic editing software to change their color.
Regards,
Milos
Please Log in to join the conversation.
-
info9838
Active member - Topic Author
- Member
Less
More
- Posts: 46
- Thank you received: 0
2 years 3 weeks ago #49517
by info9838
Replied by info9838 on topic Color of article title in blog selection
Hi Milos,
Thank you for your quick answer... I quickly resolve the color of the 2 titles...
I change the color of the logos of the third images... BUT when I load or reload the page ( www.essaidesite.xyz ), the different logos doensn't appear with the hot film tape!
I realize that IF I do a right click and select inspect, at this time the logos appears ??? I clear the cache of joomla, of the browser but it's always the same.
Do you know why it doesn't appear once and after "inspect", it appears?
Michael
Thank you for your quick answer... I quickly resolve the color of the 2 titles...
I change the color of the logos of the third images... BUT when I load or reload the page ( www.essaidesite.xyz ), the different logos doensn't appear with the hot film tape!
I realize that IF I do a right click and select inspect, at this time the logos appears ??? I clear the cache of joomla, of the browser but it's always the same.
Do you know why it doesn't appear once and after "inspect", it appears?
Michael
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6686
- Thank you received: 709
2 years 3 weeks ago #49518
by milos
Replied by milos on topic Color of article title in blog selection
Hello,
The logos appear only after resizing the browser window. I am not sure why this happens. You can try to re-download the Hot Film Tape from our website and re-install it (your module settings will not be changed).
Or, you can add this in file /media/templates/site/cv/css/custom.css:
Regards,
Milos
The logos appear only after resizing the browser window. I am not sure why this happens. You can try to re-download the Hot Film Tape from our website and re-install it (your module settings will not be changed).
Or, you can add this in file /media/templates/site/cv/css/custom.css:
Code:
div.caroufredsel_wrapper {
width: auto !important;
height: 114px !important;
}
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.345 seconds