-
AuthorPosts
-
October 7, 2016 at 1:22 pm #696460
How can I do to have an image with a text with background only over part of the image
I have sent you a link with an example.October 8, 2016 at 8:19 am #696831Hey endanight,
I think you can do that if you place the text/background element in absolute position using CSS. Please link to your site if you should need any further help.
Regards,
RikardOctober 10, 2016 at 3:08 pm #697383I would like to use this option. Could you tell me the css code, please?
And could you tell me as well the quick css to change the secundanry menu text colour for media, email and phone number, but only when is in the transparent option. ThanksOctober 11, 2016 at 1:16 pm #697807Hi,
about which image/text on your website are you talking about? screenshots would help (imgur.com, Dropbox).
Color secondary menu:
#top #header_meta a, #top #header_meta li, #top #header_meta .phone-info { color: red; }
Best regards,
AndyOctober 11, 2016 at 6:04 pm #697989Hi,
This in another example:
The quick css is not working and I need it only for the transparent option.October 14, 2016 at 11:50 am #699051Hi,
let’s stay on one example first. So please provide us admin access, to the website mentioned in private content, so we can take a closer look into it.
Try to add an !important to the code:
#top #header_meta a, #top #header_meta li, #top #header_meta .phone-info { color: red !important; }
Best regards,
AndyOctober 17, 2016 at 1:46 pm #699981Hi,
I wanted the top header with the text in wihite for transparency menu option, the same than menu, but in that case you can choose the transparency menu color ,but not for the top header. ThanksOctober 17, 2016 at 1:51 pm #699987I don’t have the private data for that example, but I just want to know the code to do the same.
October 19, 2016 at 5:14 am #700985Hi,
Could you please provide a screenshot of the exact layout of the section? You can try the grid row element, add a background image to the cell then add a text block. Or add two columns on top of each other, add the image on the top or first column and the text block on the second column. Apply a negative top margin to the second column.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.