Hello,
I'm developping a mobile app and I'm making the bottom bar. I've added Icon to the BottomBarItem, and then I have added a link to it. When I add the link to another page, the Icon disappears and is only visible when I put my cursor on it. I want the icon to be visible everytime but when i click on it go to the link I want. I'm not using css and the "Visible" property of the link and the icon are on "True".
Do you know how to solve it ?
Thank you!
The bottom bar without cursor on :
With:
Marianig, I think you should do some frontend courses. Arif Baig pointed out the error...
The colour primary is white, the same thing as the background.
or you change the color primary or you change directly the link style
I was able to change it
Now make the right changes and try to find the error or other possible errors, and go study and search on the internet a bit more :) Saying this for your own good, as you will find other easy/serious errors/bugs/defects in the future.
Let us know if that helped you!
Kind Regards,
Márcio
When you are using any link on the icon or text or any where please change the color from style like this . It will make your problem solve
Please check the login page in updated oml i changed the link color of "Forgot password? " and others
let me known if you will get the solution .
thanks
Changing the color here in the Styles tab creates an inline style, which is not recommended by OutSystems. Better to apply the 'text-neutral-10' class to the text in the link (if you like it to be black).
@Marianig Le Roux as @Márcio Carvalho already pointed out your primary color set in the Theme's stylesheet seems to be white (as links are by default the primary color). Usually the primary color is a distinctive brand color that sticks out. Unless your app has a dark background (which in the screenshot is not the case), it doesn't make much sense to use white as primary color.
Hi,
Can you go and inspect your link and check css.
I think some color issue to showing that link. May be background color and default icon color is same at the time of link click just check.
Let me know if you need any help!!!
Thanks
Arif
Hello!I dont really know where is the css part for this link and what I need to modify. Can you tell me maybe with screenshots ? Thank you for your help!
Hi Marianig Le Roux
If you checked every thing !! so can you share the OML file here if it is possible.
Right click on the browser and select "inspect" option and check CSS
This is hover section for color css
If it is possible then you can share oml i can change the code .