Can the header of Ojs be displayed like this forum’s?
If we scroll down, it follows
How to change Register and Login color in Bootsrap theme without affceting other nav bar items? http://ulumuna.or.id
I have tried but could not find proper css position
Edit your template theme, find header element with class="navbar" and add navbar-default navbar-fixed-top to class. E.g.: <header class="navbar navbar-default navbar-fixed-top">
You may format those A HREF itens with CSS through ul#navigationUser li a selector (in this specific case).
E.g.: ul#navigationUser li a {color: red;} /* don't code CSS in online, it is just a example :) */
OJS3 themes are built upon BootStrap Framework, that way mostly features found in BootStrap3 documentation should work with a minimum code adjustment in OJS theme files.
Regards,
Israel Cefrin
Public Knowledge Project Team
In some cases you need adjust your theme to BootStrap components that are built in with OJS3 themes.
What you are asking is related to panel components of CSS framework, see here: https://getbootstrap.com/docs/3.3/components/#panels
Regards,
Israel Cefrin
Public Knowledge Project Team
It customizes some items; Announcement, Archive, Article summary.
I want to change the Announcement look, without border.
What is the specific css refer to it?
.media {
border-radius: 5px;
padding: 10px 10px 10px 10px;
}
which changes some items look: Announcement, Article Details and Archive. I want to omit the border around the Announcement but could not find the exact css. What is css codes to do it?
I have not tried myself, but you can study @Vitaliy theme and journal home page and have an idea from there.
Basically you need to add support for bootstrap 4, and customize your template for current issue. Maybe @Vitaliy can help you more with how to proceed.
Hola, @Elizabeth_Beltran
No entiendo español. Obtuve esto de traductor de google.
Nunca (casi nunca) he usado 4.8.
La temática se ha vuelto fácil a partir de OJS 3 en adelante y tengo alguna idea de tematizar con esta versión más nueva. No estoy seguro de cómo funciona el tema en la versión anterior.
Lo siento compañero.