This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

alex7070

  • ****
  • 132 posts
Which file defines the style of the Publish Ad button?
« on: March 23, 2021, 08:18:38 PM »
Hi! I want to change the color of the Publish Ad button, but I can't find where this style changes. Could you tell me where the color of this button changes? Thanks

*

MB Themes

Re: Which file defines the style of the Publish Ad button?
« Reply #1 on: March 23, 2021, 08:30:24 PM »
@alex7070
You do not need to know file name (header.php) where it is, just update CSS style sheet with your modifications (style.css)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

alex7070

  • ****
  • 132 posts
Re: Which file defines the style of the Publish Ad button?
« Reply #2 on: March 23, 2021, 08:39:38 PM »
I'm looking at how different color styles are defined, but I don't know how to apply a color to this button. 
https://www.w3schools.com/css/css_colors.asp

 Maybe you can tell?


Marked as best answer by alex7070 on March 24, 2021, 09:05:31 AM
*

MB Themes

Re: Which file defines the style of the Publish Ad button?
« Reply #3 on: March 24, 2021, 08:27:45 AM »
@alex
As example:
Code: [Select]
header .nav a.publish { background: red; border-color: red;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

alex7070

  • ****
  • 132 posts
Re: Which file defines the style of the Publish Ad button?
« Reply #4 on: March 24, 2021, 09:05:21 AM »
Many thanks!