- Posts: 6743
- Thank you received: 716
texture image change in top row
-
dobe5
- Topic Author
- Visitor
8 years 6 months ago #46593
by dobe5
texture image change in top row was created by dobe5
I love your templates! I am not versed in CSS code and wondering if you can help me with a texture change for top menu row and row above copyright.
I know I can change color by picking a style BUT I want a black texture image to repeat itself in these two module areas (where the blue is in style 1).
I am attaching a screen shot of an image of texture I want to appear there instead.
Can you let me know what CSS file and which line to make this change along with the code I need to insert please?
Thank you for any help.
I know I can change color by picking a style BUT I want a black texture image to repeat itself in these two module areas (where the blue is in style 1).
I am attaching a screen shot of an image of texture I want to appear there instead.
Can you let me know what CSS file and which line to make this change along with the code I need to insert please?
Thank you for any help.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
8 years 6 months ago #46594
by milos
Replied by milos on topic texture image change in top row
Hello,
This is dynamically generated polygons texture. If you want to use background image, upload this image in /templates/hot_polygons/images folder and add this in template_css.css file:
and this for bottom row:
Regards,
Milos
This is dynamically generated polygons texture. If you want to use background image, upload this image in /templates/hot_polygons/images folder and add this in template_css.css file:
Code:
.toprow {
background:url(../images/mybg.jpg);
}
and this for bottom row:
Code:
.bottomrow {
background:url(../images/mybg.jpg);
}
Regards,
Milos
Please Log in to join the conversation.
-
dobe5
- Topic Author
- Visitor
8 years 6 months ago - 8 years 6 months ago #46603
by dobe5
Replied by dobe5 on topic texture image change in top row
I located top row area within that css file and inserted as you indicated (changed to my image file name) and nothing changed.
I am willing to pay if you can assist me with what I assume is a minor change to the template. Thank you!
I am willing to pay if you can assist me with what I assume is a minor change to the template. Thank you!
Last edit: 8 years 6 months ago by dobe5.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
8 years 6 months ago #46604
by milos
Replied by milos on topic texture image change in top row
Please give me link of your site. I need to inspect source of your site to tell you what's wrong.
Thanks,
Milos
Thanks,
Milos
Please Log in to join the conversation.
-
dobe5
- Topic Author
- Visitor
8 years 6 months ago #46605
by dobe5
Replied by dobe5 on topic texture image change in top row
www.qh-llc.org/index.php?option=com_cont...=featured&Itemid=195
is link to site
I am building this on a test site and not worried about SEO friendly URL right now, so please ignore the long link.
I am building this on a test site and not worried about SEO friendly URL right now, so please ignore the long link.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
8 years 6 months ago #46606
by milos
Replied by milos on topic texture image change in top row
You missed the folder. You should upload the image in this folder:
/templates/hot_polygons/images
using FTP (not Joomla media manager). Then use the CSS I gave you above.
/templates/hot_polygons/images
using FTP (not Joomla media manager). Then use the CSS I gave you above.
Please Log in to join the conversation.
Time to create page: 0.260 seconds